projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa43f11
)
cciss: fix typo that causes scsi status to be lost.
author
Stephen M. Cameron
<scameron@beardog.cce.hp.com>
Thu, 12 Nov 2009 18:49:45 +0000
(12:49 -0600)
committer
Jens Axboe
<jens.axboe@oracle.com>
Fri, 13 Nov 2009 07:45:53 +0000
(08:45 +0100)
cciss: fix typo that causes scsi status to be lost.
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/block/cciss_scsi.c
patch
|
blob
|
history
diff --git
a/drivers/block/cciss_scsi.c
b/drivers/block/cciss_scsi.c
index
3315268
..
237d2b3
100644
(file)
--- a/
drivers/block/cciss_scsi.c
+++ b/
drivers/block/cciss_scsi.c
@@
-755,7
+755,7
@@
complete_scsi_command( CommandList_struct *cp, int timeout, __u32 tag)
cp,
ei->ScsiStatus);
#endif
- cmd->result |= (ei->ScsiStatus < 1);
+ cmd->result |= (ei->ScsiStatus <
<
1);
}
else { /* scsi status is zero??? How??? */