[SCSI] remove spurious if tests from scsi_eh_{times_out|done}
authorTejun Heo <htejun@gmail.com>
Fri, 13 May 2005 15:46:18 +0000 (00:46 +0900)
committerJames Bottomley <jejb@mulgrave.(none)>
Fri, 20 May 2005 17:53:53 +0000 (12:53 -0500)
'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 <htejun@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found