thermal: int3403: Delete a check before thermal_zone_device_unregister()
commit931b9c86d9a518b1374157f103168fb787e6560e
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 1 Dec 2014 04:45:42 +0000 (1 05:45 +0100)
committerZhang Rui <rui.zhang@intel.com>
Tue, 9 Dec 2014 03:31:18 +0000 (9 11:31 +0800)
tree740e7e379af1582bd28d4e6bd64ced44af14e420
parent19ecaea26862228a6165232eed0861702700fb20
thermal: int3403: Delete a check before thermal_zone_device_unregister()

The thermal_zone_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: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/int340x_thermal/int3403_thermal.c