Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63665
b: refs/heads/master
c: ed3a363
h: refs/heads/master
i:
  63663: da41c38
v: v3
  • Loading branch information
FUJITA Tomonori authored and James Bottomley committed Jul 31, 2007
1 parent f1fd25e commit 99c35e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 7936a892e72498a05b9a7fb1fec6506d65c8e435
refs/heads/master: ed3a3633b798a15281f9c9a89a7e74d4bdd02ebe
6 changes: 0 additions & 6 deletions trunk/drivers/scsi/ibmvscsi/ibmvscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,12 +393,6 @@ static int map_sg_data(struct scsi_cmnd *cmd,
return 1;
else if (sg_mapped < 0)
return 0;
else if (sg_mapped > SG_ALL) {
printk(KERN_ERR
"ibmvscsi: More than %d mapped sg entries, got %d\n",
SG_ALL, sg_mapped);
return 0;
}

set_srp_direction(cmd, srp_cmd, sg_mapped);

Expand Down

0 comments on commit 99c35e4

Please sign in to comment.