diff options
Diffstat (limited to 'drivers/scsi/ibmvscsi')
-rw-r--r-- | drivers/scsi/ibmvscsi/ibmvscsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/ibmvscsi/ibmvscsi.c b/drivers/scsi/ibmvscsi/ibmvscsi.c index 8d3925f6b5a1..9804b42dcd94 100644 --- a/drivers/scsi/ibmvscsi/ibmvscsi.c +++ b/drivers/scsi/ibmvscsi/ibmvscsi.c | |||
@@ -1684,6 +1684,7 @@ static int ibmvscsi_probe(struct vio_dev *vdev, const struct vio_device_id *id) | |||
1684 | host->max_lun = 8; | 1684 | host->max_lun = 8; |
1685 | host->max_id = max_id; | 1685 | host->max_id = max_id; |
1686 | host->max_channel = max_channel; | 1686 | host->max_channel = max_channel; |
1687 | host->max_cmd_len = 16; | ||
1687 | 1688 | ||
1688 | if (scsi_add_host(hostdata->host, hostdata->dev)) | 1689 | if (scsi_add_host(hostdata->host, hostdata->dev)) |
1689 | goto add_host_failed; | 1690 | goto add_host_failed; |