Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86182
b: refs/heads/master
c: 2b28a47
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori authored and James Bottomley committed Feb 19, 2008
1 parent 4867689 commit 1e873f8
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: ff83efacf2b77a1fe8942db6613825a4b80ee5e2
refs/heads/master: 2b28a4721e068ac89bd5435472723a1bc44442fe
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ips.c
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ ips_make_passthru(ips_ha_t *ha, struct scsi_cmnd *SC, ips_scb_t *scb, int intr)
METHOD_TRACE("ips_make_passthru", 1);

scsi_for_each_sg(SC, sg, scsi_sg_count(SC), i)
length += sg[i].length;
length += sg->length;

if (length < sizeof (ips_passthru_t)) {
/* wrong size */
Expand Down

0 comments on commit 1e873f8

Please sign in to comment.