aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorGeorge Stark <[email protected]>2024-04-11 19:10:26 +0300
committerLee Jones <[email protected]>2024-04-11 17:34:52 +0100
commitfb74e4fa524d57ca4bb86595cca8cf457ce93e0c (patch)
treef1c625e251a7dda727bf59bcfb283a348febda6c /net/unix/sysctl_net_unix.c
parent4cd47222e435dec8e3787614924174f53fcfb5ae (diff)
leds: aw2013: Use devm API to cleanup module's resources
In this driver LEDs are registered using devm_led_classdev_register() so they are automatically unregistered after module's remove() is done. led_classdev_unregister() calls module's led_set_brightness() to turn off the LEDs and that callback uses resources which were destroyed already in module's remove() so use devm API instead of remove(). Signed-off-by: George Stark <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Tested-by: Nikita Travkin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions