Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208403
b: refs/heads/master
c: d8187b9
h: refs/heads/master
i:
  208401: c9398bc
  208399: 85a65ed
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Aug 11, 2010
1 parent 8b2b6fc commit b21a131
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: 702a98c63355b74aec50897870eb1c89b5009cfb
refs/heads/master: d8187b945aa4ed9ea298518e3dac691ea09724e5
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/dc395x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ static u8 start_scsi(struct AdapterCtlBlk* acb, struct DeviceCtlBlk* dcb,
u32 tag_mask = 1;
u8 tag_number = 0;
while (tag_mask & dcb->tag_mask
&& tag_number <= dcb->max_command) {
&& tag_number < dcb->max_command) {
tag_mask = tag_mask << 1;
tag_number++;
}
Expand Down

0 comments on commit b21a131

Please sign in to comment.