From: Tejun Heo Date: Fri, 13 May 2005 15:46:18 +0000 (+0900) Subject: [SCSI] remove spurious if tests from scsi_eh_{times_out|done} X-Git-Tag: v2.6.13-rc1~90^2~583^2~62^2^2~27^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b8ef8425898e957243053c26ac2b68bd4bc42ec;p=pandora-kernel.git [SCSI] remove spurious if tests from scsi_eh_{times_out|done} 'if' tests which check if eh_action isn't NULL in both functions are always true. Remove the redundant if's as it can give wrong impressions. Signed-off-by: Tejun Heo Signed-off-by: James Bottomley --- Reading git-diff-tree failed