]> git.itanic.dy.fi Git - linux-stable/commit
mfd: intel-lpss: Remove usage of the deprecated ida_simple_xx() API
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 1 Nov 2023 15:55:38 +0000 (16:55 +0100)
committerLee Jones <lee@kernel.org>
Thu, 7 Dec 2023 13:50:25 +0000 (13:50 +0000)
commit895243c8763e9c81cace2d526d9770fa1ad035a2
treec99d4ff4a30a67dcad5a4b140b697e13f40828ac
parent33455f8da1cf4621fc881faf0190e3671a6dc8ff
mfd: intel-lpss: 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/a63f3da5745187f5a9b1e2ec0492f2fe2e0b0b8d.1698854117.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/intel-lpss.c