Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45553
b: refs/heads/master
c: 4ed381e
h: refs/heads/master
i:
  45551: 95ce6af
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Jan 3, 2007
1 parent 9f03d54 commit 1dac2db
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: 8bcc24127be12967588db0ad0e614be937ee1d5a
refs/heads/master: 4ed381ee559ebfab32d3b21896c204992c36179a
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 @@ -122,7 +122,7 @@ static int spi_execute(struct scsi_device *sdev, const void *cmd,
if (!sshdr)
sshdr = &sshdr_tmp;

if (scsi_normalize_sense(sense, sizeof(*sense),
if (scsi_normalize_sense(sense, SCSI_SENSE_BUFFERSIZE,
sshdr)
&& sshdr->sense_key == UNIT_ATTENTION)
continue;
Expand Down

0 comments on commit 1dac2db

Please sign in to comment.