]> git.itanic.dy.fi Git - linux-stable/commit
phy: core: Remove usage of the deprecated ida_simple_xx() API
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 1 Nov 2023 15:57:57 +0000 (16:57 +0100)
committerVinod Koul <vkoul@kernel.org>
Thu, 16 Nov 2023 11:33:51 +0000 (17:03 +0530)
commit772dd70a5ed6845d87738f82c788c9ff4e37fd7f
tree74e2f71b917c5208825fb9e1029e7bebb8a6cd68
parent80c1afe8c5fec68d9467c543551a0b2fddd463ff
phy: core: Remove usage of the deprecated ida_simple_xx() API

ida_alloc() and ida_free() should be preferred to the deprecated
ida_simple_get() and ida_simple_remove().

This is less verbose.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/d2323636c6cd2ec22f73a0ae6c2d34ac99b4abd5.1698854255.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/phy-core.c