From fad06016433bb1e890ce7d170079351099518489 Mon Sep 17 00:00:00 2001 From: Markus Elfring Date: Mon, 2 Feb 2015 22:55:53 +0100 Subject: [PATCH] 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-format-patch failed