diff options
Diffstat (limited to 'drivers/scsi/ps3rom.c')
| -rw-r--r-- | drivers/scsi/ps3rom.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/ps3rom.c b/drivers/scsi/ps3rom.c index ce48e2d0193c..ca0dd33497ec 100644 --- a/drivers/scsi/ps3rom.c +++ b/drivers/scsi/ps3rom.c | |||
| @@ -290,11 +290,11 @@ static irqreturn_t ps3rom_interrupt(int irq, void *data) | |||
| 290 | 290 | ||
| 291 | if (tag != dev->tag) | 291 | if (tag != dev->tag) |
| 292 | dev_err(&dev->sbd.core, | 292 | dev_err(&dev->sbd.core, |
| 293 | "%s:%u: tag mismatch, got %lx, expected %lx\n", | 293 | "%s:%u: tag mismatch, got %llx, expected %llx\n", |
| 294 | __func__, __LINE__, tag, dev->tag); | 294 | __func__, __LINE__, tag, dev->tag); |
| 295 | 295 | ||
| 296 | if (res) { | 296 | if (res) { |
| 297 | dev_err(&dev->sbd.core, "%s:%u: res=%d status=0x%lx\n", | 297 | dev_err(&dev->sbd.core, "%s:%u: res=%d status=0x%llx\n", |
| 298 | __func__, __LINE__, res, status); | 298 | __func__, __LINE__, res, status); |
| 299 | return IRQ_HANDLED; | 299 | return IRQ_HANDLED; |
| 300 | } | 300 | } |
| @@ -364,7 +364,7 @@ static int __devinit ps3rom_probe(struct ps3_system_bus_device *_dev) | |||
| 364 | 364 | ||
| 365 | if (dev->blk_size != CD_FRAMESIZE) { | 365 | if (dev->blk_size != CD_FRAMESIZE) { |
| 366 | dev_err(&dev->sbd.core, | 366 | dev_err(&dev->sbd.core, |
| 367 | "%s:%u: cannot handle block size %lu\n", __func__, | 367 | "%s:%u: cannot handle block size %llu\n", __func__, |
| 368 | __LINE__, dev->blk_size); | 368 | __LINE__, dev->blk_size); |
| 369 | return -EINVAL; | 369 | return -EINVAL; |
| 370 | } | 370 | } |
