projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3809b8f
)
input: rpi-ft5406: remove wrong printing format build warning
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Wed, 17 Jan 2018 01:47:54 +0000
(10:47 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Thu, 30 Aug 2018 05:42:42 +0000
(14:42 +0900)
Remove wrong printing format build warning for dma_addr_t.
Change-Id: I5f3a4571594eb6229e8a2f4feb8bb3d368a2db62
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/input/touchscreen/rpi-ft5406.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/rpi-ft5406.c
b/drivers/input/touchscreen/rpi-ft5406.c
index 4bb2d68c406b2e8c2ec3f47266a16d67b203804c..ee13552dc6a7ede77537aa4c9f811d5e7706ba9e 100644
(file)
--- a/
drivers/input/touchscreen/rpi-ft5406.c
+++ b/
drivers/input/touchscreen/rpi-ft5406.c
@@
-276,8
+276,9
@@
static int ft5406_probe(struct platform_device *pdev)
if (!ts->ts_base) {
dev_warn(dev,
- "set failed, trying get (err:%d touchbuf:%x virt:%p bus:%x)\n",
- err, touchbuf, ts->ts_base, ts->bus_addr);
+ "set failed, "
+ "trying get (err:%d touchbuf:%x virt:%p bus:%pad)\n",
+ err, touchbuf, ts->ts_base, &ts->bus_addr);
err = rpi_firmware_property(
fw,