* [PATCH 12/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: drivers/scsi
[not found] <20090114165450.ebbc11a7.sfr@canb.auug.org.au>
@ 2009-01-14 6:11 ` Stephen Rothwell
2009-01-14 22:54 ` Geoff Levand
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2009-01-14 6:11 UTC (permalink / raw)
To: Geoff Levand; +Cc: ppc-dev, cbe-oss-dev, James E.J. Bottomley, linux-scsi
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
drivers/scsi/ps3rom.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
James, if it is OK with you, this could go in via the PowerPC tree.
diff --git a/drivers/scsi/ps3rom.c b/drivers/scsi/ps3rom.c
index ce48e2d..ca0dd33 100644
--- a/drivers/scsi/ps3rom.c
+++ b/drivers/scsi/ps3rom.c
@@ -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;
}
@@ -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;
}
--
1.6.0.5
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 12/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: drivers/scsi
2009-01-14 6:11 ` [PATCH 12/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: drivers/scsi Stephen Rothwell
@ 2009-01-14 22:54 ` Geoff Levand
0 siblings, 0 replies; 2+ messages in thread
From: Geoff Levand @ 2009-01-14 22:54 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: ppc-dev, cbe-oss-dev, James E.J. Bottomley, linux-scsi
Stephen Rothwell wrote:
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
> ---
> drivers/scsi/ps3rom.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-14 22:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20090114165450.ebbc11a7.sfr@canb.auug.org.au>
2009-01-14 6:11 ` [PATCH 12/13] powerpc/ps3: printing fixups for l64 to ll64 conversion: drivers/scsi Stephen Rothwell
2009-01-14 22:54 ` Geoff Levand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).