]> git.itanic.dy.fi Git - linux-stable/commit
HSI: omap_ssi: Remove usage of the deprecated ida_simple_xx() API
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 1 Nov 2023 09:39:39 +0000 (10:39 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 13 Nov 2023 20:48:46 +0000 (21:48 +0100)
commitfa72d143471d04ce3055d8dad9743b08c19e4060
treef045c20aabd2fcfc46d7ea814440b02b298db839
parentb85ea95d086471afb4ad062012a4d73cd328fa86
HSI: omap_ssi: 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/d72106fc9de28ef8db2ed653febe366d141362a4.1698831563.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/hsi/controllers/omap_ssi_core.c