Re: [PATCH] scsi: use correct formats in printk()

2014-08-04 Thread Christoph Hellwig
On Mon, Aug 04, 2014 at 10:48:37AM +0200, Martin Kepplinger wrote: > Use %llu for u64 and %u for int. Not the other way round. I've already queued up an equivalent fix in my core-for-3.17 branch, I just need James to pull it into the scsi for-next tree. -- To unsubscribe from this list: send the

[PATCH] scsi: use correct formats in printk()

2014-08-04 Thread Martin Kepplinger
Use %llu for u64 and %u for int. Not the other way round. Signed-off-by: Martin Kepplinger --- applies to -next20140801 drivers/scsi/u14-34f.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/u14-34f.c b/drivers/scsi/u14-34f.c index 4e76fe8..d8dcf36 100644