From: Markus Elfring Date: Mon, 2 Feb 2015 21:55:53 +0000 (+0100) Subject: sata_mv: Delete unnecessary checks before the function call "phy_power_off" X-Git-Tag: fixes-v4.0-rc1~165^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad06016433bb1e890ce7d170079351099518489;p=pandora-kernel.git sata_mv: Delete unnecessary checks before the function call "phy_power_off" The phy_power_off() 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: Tejun Heo --- Reading git-diff-tree failed