]> git.baikalelectronics.ru Git - kernel.git/commit
HID: picoLCD: Deletion of unnecessary checks before three function calls
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 19 Nov 2014 17:30:22 +0000 (18:30 +0100)
committerJiri Kosina <jkosina@suse.com>
Mon, 29 Jun 2015 12:51:12 +0000 (14:51 +0200)
commita8d83dde98b5abba4b86e017e439a8baaa5abda7
treef7c6bd8249ca0daf1c9632e9a103e89f1787276f
parentd926ea77c89dda72a85e41efbf4224eeb3fbef3f
HID: picoLCD: Deletion of unnecessary checks before three function calls

The functions backlight_device_unregister(), lcd_device_unregister() and
rc_unregister_device() test whether their argument is NULL and then
return immediately. Thus the test around the call is not needed.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Bruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-picolcd_backlight.c
drivers/hid/hid-picolcd_cir.c
drivers/hid/hid-picolcd_lcd.c