diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2014-11-21 15:33:18 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-25 01:23:41 (GMT) |
commit | 03f3df817dd3bf988c6d56e10e99b5b4553f5044 (patch) | |
tree | 1466da76af9282f880a2ff8c3452573ecd5de2ab /drivers/usb/misc/appledisplay.c | |
parent | 0bfed505447dd5a47e6097a32d216d7df7cf70aa (diff) | |
download | linux-03f3df817dd3bf988c6d56e10e99b5b4553f5044.tar.xz |
USB-IP: Deletion of unnecessary checks before the function call "usb_put_dev"
The usb_put_dev() function tests whether its argument is NULL and then
returns 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>
Acked-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/misc/appledisplay.c')
0 files changed, 0 insertions, 0 deletions