scsi: use 64-bit value for 'max_luns'
[deliverable/linux.git] / drivers / scsi / megaraid.c
index 6bb2b52646b466e59392d62c168de38efffac9f6..ac5d94cfd52f22cdfbbe162f8a8868a8d4d6fe20 100644 (file)
@@ -1860,7 +1860,7 @@ megaraid_info(struct Scsi_Host *host)
                 "LSI Logic MegaRAID %s %d commands %d targs %d chans %d luns",
                 adapter->fw_version, adapter->product_info.max_commands,
                 adapter->host->max_id, adapter->host->max_channel,
-                adapter->host->max_lun);
+                (u32)adapter->host->max_lun);
        return buffer;
 }
 
This page took 0.030345 seconds and 5 git commands to generate.