All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 14/19] hpsa: fix %d confusingly prefixed with 0x in format string
@ 2014-08-04  0:20 Hans Wennborg
  0 siblings, 0 replies; only message in thread
From: Hans Wennborg @ 2014-08-04  0:20 UTC (permalink / raw
  To: JBottomley, iss_storagedev, linux-kernel; +Cc: Hans Wennborg

Signed-off-by: Hans Wennborg <hans@hanshq.net>
---
 drivers/scsi/hpsa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
index 6b35d0d..47358b5 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -6088,7 +6088,7 @@ static void print_cfg_table(struct device *dev, struct CfgTable *tb)
 	       readl(&(tb->HostWrite.CoalIntDelay)));
 	dev_info(dev, "   Coalesce Interrupt Count = 0x%x\n",
 	       readl(&(tb->HostWrite.CoalIntCount)));
-	dev_info(dev, "   Max outstanding commands = 0x%d\n",
+	dev_info(dev, "   Max outstanding commands = 0x%x\n",
 	       readl(&(tb->CmdsOutMax)));
 	dev_info(dev, "   Bus Types = 0x%x\n", readl(&(tb->BusTypes)));
 	for (i = 0; i < 16; i++)
-- 
2.0.0.526.g5318336


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-04  0:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04  0:20 [PATCH 14/19] hpsa: fix %d confusingly prefixed with 0x in format string Hans Wennborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.