git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0155a37
)
[SCSI] remove spurious if tests from scsi_eh_{times_out|done}
author
Tejun Heo
<htejun@gmail.com>
Fri, 13 May 2005 15:46:18 +0000
(
00:46
+0900)
committer
James 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