Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / drivers / scsi / ibmvscsi / iseries_vscsi.c
index 6aeb5f0..7eed0b0 100644 (file)
@@ -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, max_requests);
+       rc = viopath_open(viopath_hostLp, viomajorsubtype_scsi, 0);
        if (rc < 0) {
                printk("viopath_open failed with rc %d in open_event_path\n",
                       rc);