Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93931
b: refs/heads/master
c: 1377d8d
h: refs/heads/master
i:
  93929: 13025aa
  93927: 1f44637
v: v3
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Apr 27, 2008
1 parent 98fc19e commit 41defed
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: 2b48aed182c65b3387b076364ab286c445aa4a93
refs/heads/master: 1377d8dd7e1b5526637958aabb5427bbee5a68d7
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/FlashPoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ static void FlashPoint_StartCCB(unsigned long pCurrCard, struct sccb *p_Sccb)
thisCard = ((struct sccb_card *)pCurrCard)->cardIndex;
ioport = ((struct sccb_card *)pCurrCard)->ioPort;

if ((p_Sccb->TargID > MAX_SCSI_TAR) || (p_Sccb->Lun > MAX_LUN)) {
if ((p_Sccb->TargID >= MAX_SCSI_TAR) || (p_Sccb->Lun >= MAX_LUN)) {

p_Sccb->HostStatus = SCCB_COMPLETE;
p_Sccb->SccbStatus = SCCB_ERROR;
Expand Down

0 comments on commit 41defed

Please sign in to comment.