[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)
commit5b8ef8425898e957243053c26ac2b68bd4bc42ec
tree258db4841aca495cf8c3f0384d8db0e20c235721
parent0155a37ea5459f5bf1113c6fa519f943ef77d730
[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 <htejun@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_error.c