summaryrefslogtreecommitdiff
path: root/ipc/util.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-08-16 13:52:29 +0300
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2019-08-26 20:03:58 +0200
commit1dbb9fb4082ce2a2f1cf9596881ddece062d15d0 (patch)
tree855d05e70b8bcd092c16fd1f82a1e6bd6bbe4b7b /ipc/util.h
parent517ea49a7b23c6730ed1a23f152fcd32173eb300 (diff)
leds: Allow to call led_classdev_unregister() unconditionally
If in the certain driver the LED is optional, and it's a majority of them, the call of led_classdev_unregister() still requires some additional checks. The usual pattern on unregistering is to check for NULL, but we also check for IS_ERR() in case device_create_with_groups() fails. The change will reduce a burden in a lot of drivers to repeatedly check for above conditions. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'ipc/util.h')
0 files changed, 0 insertions, 0 deletions