]> git.itanic.dy.fi Git - linux-stable/commit
Input: xpad - remove usage of the deprecated ida_simple_xx() API
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 10 Dec 2023 17:20:57 +0000 (18:20 +0100)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 12 Dec 2023 02:52:09 +0000 (18:52 -0800)
commit97a7d8950f676862aa5d26c50cbcdeb6304f31be
tree505a8796b832f6dacee3154ab944ad793e84b47e
parent02db1749f30fb88638e19fb16f2470724529eb81
Input: xpad - 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/a3e30e30f18cc5d6f032c8013ce9d900c8e223e5.1702228806.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/joystick/xpad.c