Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32742
b: refs/heads/master
c: 6c51fe1
h: refs/heads/master
v: v3
  • Loading branch information
Dave C Boutcher authored and James Bottomley committed Jul 9, 2006
1 parent f304430 commit 24eddaa
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: d14164316d48a4319d8da9dc24be8663b2472bae
refs/heads/master: 6c51fe10475eda9f5c535f337411e1ed0e6915b9
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ibmvscsi/iseries_vscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int ibmvscsi_init_crq_queue(struct crq_queue *queue,
int rc;

single_host_data = hostdata;
rc = viopath_open(viopath_hostLp, viomajorsubtype_scsi, 0);
rc = viopath_open(viopath_hostLp, viomajorsubtype_scsi, max_requests);
if (rc < 0) {
printk("viopath_open failed with rc %d in open_event_path\n",
rc);
Expand Down

0 comments on commit 24eddaa

Please sign in to comment.