drm/bridge: ps8622: Delete an unnecessary check before backlight_device_unregister()
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 22 Jul 2016 12:45:51 +0000 (14:45 +0200)
committerSean Paul <seanpaul@chromium.org>
Fri, 22 Jul 2016 15:23:38 +0000 (11:23 -0400)
commit4cf090e10b7be0ebb0c4a06b93bd4cfaec1b6173
treecce0359c68fa09f8e9946c9770d799c2cdc5766b
parent44fb4b8aa3925bf17763fcad76a97561aab32ecd
drm/bridge: ps8622: Delete an unnecessary check before backlight_device_unregister()

The backlight_device_unregister() 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>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/791089e4-201c-ad01-9c3b-f49835765177@users.sourceforge.net
drivers/gpu/drm/bridge/parade-ps8622.c
This page took 0.0368 seconds and 5 git commands to generate.