Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181256
b: refs/heads/master
c: 5d7ebb9
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and James Bottomley committed Jan 18, 2010
1 parent b46e298 commit 747145b
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: 0ed8570ef4d51bb46e2028b2e3c3ddd1f860e193
refs/heads/master: 5d7ebb9c7a04d29efce1099024944dfd94d9f63c
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/FlashPoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -3924,7 +3924,7 @@ static void FPT_sinits(struct sccb *p_sccb, unsigned char p_card)
{
struct sccb_mgr_tar_info *currTar_Info;

if ((p_sccb->TargID > MAX_SCSI_TAR) || (p_sccb->Lun > MAX_LUN)) {
if ((p_sccb->TargID >= MAX_SCSI_TAR) || (p_sccb->Lun >= MAX_LUN)) {
return;
}
currTar_Info = &FPT_sccbMgrTbl[p_card][p_sccb->TargID];
Expand Down

0 comments on commit 747145b

Please sign in to comment.