Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129855
b: refs/heads/master
c: 7ad489e
h: refs/heads/master
i:
  129853: 113a788
  129851: 1322946
  129847: c52ee27
  129839: 60fed1c
  129823: 0dc7e4f
  129791: bb48d71
v: v3
  • Loading branch information
Stephen Rothwell authored and Benjamin Herrenschmidt committed Jan 16, 2009
1 parent 82d8982 commit 97612db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9dad6e598155e2a548142336cd833e5360335d1
refs/heads/master: 7ad489e3d2459f7520d9062cb855ff29a8dd683d
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/ps3rom.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ static irqreturn_t ps3rom_interrupt(int irq, void *data)

if (tag != dev->tag)
dev_err(&dev->sbd.core,
"%s:%u: tag mismatch, got %lx, expected %lx\n",
"%s:%u: tag mismatch, got %llx, expected %llx\n",
__func__, __LINE__, tag, dev->tag);

if (res) {
dev_err(&dev->sbd.core, "%s:%u: res=%d status=0x%lx\n",
dev_err(&dev->sbd.core, "%s:%u: res=%d status=0x%llx\n",
__func__, __LINE__, res, status);
return IRQ_HANDLED;
}
Expand Down Expand Up @@ -364,7 +364,7 @@ static int __devinit ps3rom_probe(struct ps3_system_bus_device *_dev)

if (dev->blk_size != CD_FRAMESIZE) {
dev_err(&dev->sbd.core,
"%s:%u: cannot handle block size %lu\n", __func__,
"%s:%u: cannot handle block size %llu\n", __func__,
__LINE__, dev->blk_size);
return -EINVAL;
}
Expand Down

0 comments on commit 97612db

Please sign in to comment.