Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40976
b: refs/heads/master
c: 05052f7
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Nov 10, 2006
1 parent e19e50c commit f17440e
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: 107e716b3487df5e2940ebe3338d935306efc78b
refs/heads/master: 05052f7f130b1232faeee1674a5bc41f67746cff
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/psi240i.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ static void Irq_Handler (int irq, void *dev_id)
pinquiryData->AdditionalLength = 35 - 4;

// Fill in vendor identification fields.
for ( z = 0; z < 20; z += 2 )
for ( z = 0; z < 8; z += 2 )
{
pinquiryData->VendorId[z] = ((UCHAR *)identifyData.ModelNumber)[z + 1];
pinquiryData->VendorId[z + 1] = ((UCHAR *)identifyData.ModelNumber)[z];
Expand Down

0 comments on commit f17440e

Please sign in to comment.