scsi: use 64-bit value for 'max_luns'
[deliverable/linux.git] / drivers / scsi / cxgbi / libcxgbi.c
index b44c1cff3114bb9a6aa6467540a3755d722ef5b3..dc812069046c6b50b71a1935952cac1b8e90e97c 100644 (file)
@@ -245,7 +245,7 @@ void cxgbi_hbas_remove(struct cxgbi_device *cdev)
 }
 EXPORT_SYMBOL_GPL(cxgbi_hbas_remove);
 
-int cxgbi_hbas_add(struct cxgbi_device *cdev, unsigned int max_lun,
+int cxgbi_hbas_add(struct cxgbi_device *cdev, u64 max_lun,
                unsigned int max_id, struct scsi_host_template *sht,
                struct scsi_transport_template *stt)
 {
This page took 0.029814 seconds and 5 git commands to generate.