Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101417
b: refs/heads/master
c: a5db334
h: refs/heads/master
i:
  101415: 08cca81
v: v3
  • Loading branch information
Mikulas Patocka authored and Linus Torvalds committed Jul 15, 2008
1 parent 25592d6 commit 3928554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 56d387ec210049be2fdb0fe26ba6d6de1b3c1b15
refs/heads/master: a5db33411ae762e597bfcde6bb9d0c8c2ea9c0eb
1 change: 1 addition & 0 deletions trunk/drivers/scsi/a100u2w.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ static void inia100_build_scb(struct orc_host * host, struct orc_scb * scb, stru

count_sg = scsi_dma_map(cmd);
BUG_ON(count_sg < 0);
BUG_ON(count_sg > TOTAL_SG_ENTRY);

/* Build the scatter gather lists */
if (count_sg) {
Expand Down

0 comments on commit 3928554

Please sign in to comment.