Home
last modified time | relevance | path

Searched hist:"895243 c8763e9c81cace2d526d9770fa1ad035a2" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mfd/
H A Dintel-lpss.cdiff 895243c8763e9c81cace2d526d9770fa1ad035a2 Wed Nov 01 16:55:38 CET 2023 Christophe JAILLET <christophe.jaillet@wanadoo.fr> 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>