diff options
Diffstat (limited to 'drivers/scsi/ps3rom.c')
| -rw-r--r-- | drivers/scsi/ps3rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ps3rom.c b/drivers/scsi/ps3rom.c index e6e2a30493e6..ef23fabe3924 100644 --- a/drivers/scsi/ps3rom.c +++ b/drivers/scsi/ps3rom.c | |||
| @@ -78,7 +78,7 @@ static int ps3rom_slave_configure(struct scsi_device *scsi_dev) | |||
| 78 | struct ps3rom_private *priv = shost_priv(scsi_dev->host); | 78 | struct ps3rom_private *priv = shost_priv(scsi_dev->host); |
| 79 | struct ps3_storage_device *dev = priv->dev; | 79 | struct ps3_storage_device *dev = priv->dev; |
| 80 | 80 | ||
| 81 | dev_dbg(&dev->sbd.core, "%s:%u: id %u, lun %u, channel %u\n", __func__, | 81 | dev_dbg(&dev->sbd.core, "%s:%u: id %u, lun %llu, channel %u\n", __func__, |
| 82 | __LINE__, scsi_dev->id, scsi_dev->lun, scsi_dev->channel); | 82 | __LINE__, scsi_dev->id, scsi_dev->lun, scsi_dev->channel); |
| 83 | 83 | ||
| 84 | /* | 84 | /* |
