Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 49115
b: refs/heads/master
c: 74feb53
h: refs/heads/master
i:
  49113: 96ad73e
  49111: 5d396b3
v: v3
  • Loading branch information
Alan Stern authored and James Bottomley committed Feb 16, 2007
1 parent 173e088 commit 124faeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: cc5968c83edc8c797177db3adf95beafa2b7f365
refs/heads/master: 74feb53e8b5020e790e12c6331cbe885d276cc60
5 changes: 2 additions & 3 deletions trunk/drivers/scsi/scsi_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,8 @@ static int proc_print_scsidevice(struct device *dev, void *data)
seq_printf(s, "\n");

seq_printf(s, " Type: %s ", scsi_device_type(sdev->type));
seq_printf(s, " ANSI"
" SCSI revision: %02x", (sdev->scsi_level - 1) ?
sdev->scsi_level - 1 : 1);
seq_printf(s, " ANSI SCSI revision: %02x",
sdev->scsi_level - (sdev->scsi_level > 1));
if (sdev->scsi_level == 2)
seq_printf(s, " CCS\n");
else
Expand Down

0 comments on commit 124faeb

Please sign in to comment.