Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22630
b: refs/heads/master
c: 597705a
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley committed Mar 12, 2006
1 parent 1eb4f50 commit 1c9ead6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1d4f73a00958162f91311396d37080f5e9b9ef1
refs/heads/master: 597705aa7fbf3e600283f4a870fb700385eacb13
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi_transport_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ int spi_print_msg(const unsigned char *msg)
} else if (msg[0] & 0x80) {
printk("%02x ", msg[0]);
/* Normal One byte */
} else if ((msg[0] < 0x1f) || (msg == 0x55)) {
} else if ((msg[0] < 0x1f) || (msg[0] == 0x55)) {
printk("%02x ", msg[0]);
/* Two byte */
} else if (msg[0] <= 0x2f) {
Expand Down

0 comments on commit 1c9ead6

Please sign in to comment.