scsi: use 64-bit value for 'max_luns'
[deliverable/linux.git] / drivers / message / i2o / i2o_scsi.c
index e7de92c67cf693f04ef96135c73b819d175f527e..8152e9fa9d95c2a4334d6efe7d94469cd8d07033 100644 (file)
@@ -287,7 +287,7 @@ static int i2o_scsi_probe(struct device *dev)
        }
 
        if (le64_to_cpu(lun) >= scsi_host->max_lun) {
-               osm_warn("SCSI device lun (%llu) >= max_lun of I2O host (%d)",
+               osm_warn("SCSI device lun (%llu) >= max_lun of I2O host (%llu)",
                         le64_to_cpu(lun), scsi_host->max_lun);
                return -EFAULT;
        }
This page took 0.024518 seconds and 5 git commands to generate.