Files
linux/drivers
Fuqian Huang 8edcd98be1 Input: cyapa - switch to using devm_add_action_or_reset()
devm_add_action_or_reset() is introduced as a helper function which
internally calls devm_add_action(). If devm_add_action() fails
then it will execute the action mentioned and return the error code.
This reduce source code size (avoid writing the action twice)
and reduce the likelyhood of bugs.

Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Link: https://lore.kernel.org/linux-input/20190708123323.11943-1-huangfq.daxian@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2020-12-09 18:17:16 -08:00
..
2020-08-02 18:26:51 +03:00
2020-07-27 11:49:37 +02:00
2020-11-17 18:13:23 -08:00
2020-09-21 19:49:15 -04:00
2020-11-17 18:13:23 -08:00
2020-09-25 16:53:02 +02:00