From 931b9c86d9a518b1374157f103168fb787e6560e Mon Sep 17 00:00:00 2001 From: Markus Elfring Date: Mon, 1 Dec 2014 05:45:42 +0100 Subject: [PATCH] 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 Signed-off-by: Zhang Rui --- Reading git-format-patch failed