commit | 5b8ef8425898e957243053c26ac2b68bd4bc42ec | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Sat May 14 00:46:18 2005 +0900 |
committer | James Bottomley <jejb@mulgrave.(none)> | Fri May 20 12:53:53 2005 -0500 |
tree | 258db4841aca495cf8c3f0384d8db0e20c235721 | |
parent | 0155a37ea5459f5bf1113c6fa519f943ef77d730 [diff] |
[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>