projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aacce70
)
ips: fix format bugs exposed by previous commit
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 31 Mar 2013 16:17:09 +0000
(12:17 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 9 Apr 2013 18:13:27 +0000
(14:13 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/scsi/ips.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/ips.c
b/drivers/scsi/ips.c
index 3f9b335292dade69698b40462503eecece55e124..8d5ea8a1e5a6f33ab8235b300417d7ba352f84f7 100644
(file)
--- a/
drivers/scsi/ips.c
+++ b/
drivers/scsi/ips.c
@@
-2049,16
+2049,16
@@
ips_host_info(ips_ha_t *ha, struct seq_file *m)
if (ha->io_addr)
seq_printf(m,
- "\tIO region : 0x%
l
x (%d bytes)\n",
+ "\tIO region : 0x%x (%d bytes)\n",
ha->io_addr, ha->io_len);
if (ha->mem_addr) {
seq_printf(m,
- "\tMemory region : 0x%
l
x (%d bytes)\n",
+ "\tMemory region : 0x%x (%d bytes)\n",
ha->mem_addr, ha->mem_len);
seq_printf(m,
"\tShared memory address : 0x%lx\n",
- ha->mem_ptr);
+
(unsigned long)
ha->mem_ptr);
}
seq_printf(m, "\tIRQ number : %d\n", ha->pcidev->irq);