]> git.itanic.dy.fi Git - linux-stable/commit
dw-xdata: Remove usage of the deprecated ida_simple_*() API
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 19 Dec 2023 06:09:54 +0000 (07:09 +0100)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Sun, 31 Dec 2023 11:09:26 +0000 (11:09 +0000)
commit0171e067d7daf06374c3e9c6ddf1a99fca10469c
treeb68d46c0097815820e775ab34d121f7641bf2625
parent130f335630b6475d314658ef69b225db8e328daa
dw-xdata: Remove usage of the deprecated ida_simple_*() API

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

This is also less verbose.

Link: https://lore.kernel.org/linux-pci/cc01721cec2d416d7bdf47086943b17ef44b7286.1702966181.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
drivers/misc/dw-xdata-pcie.c