ar71xx/ath79: ag71xx: dont fetch the same var again
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-4.19 / 950-0324-input-rpi-ft5406-Clear-build-warning-on-64-bit-build.patch
1 From 27447f66107940248d7875c908bf37384d9efd99 Mon Sep 17 00:00:00 2001
2 From: Dave Stevenson <dave.stevenson@raspberrypi.org>
3 Date: Mon, 28 Jan 2019 14:42:34 +0000
4 Subject: [PATCH 324/725] input: rpi-ft5406: Clear build warning on 64 bit
5 builds.
6
7 Resolve 64 bit build warning over using %x with a dma_addr_t.
8
9 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
10 ---
11 drivers/input/touchscreen/rpi-ft5406.c | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 --- a/drivers/input/touchscreen/rpi-ft5406.c
15 +++ b/drivers/input/touchscreen/rpi-ft5406.c
16 @@ -218,8 +218,8 @@ static int ft5406_probe(struct platform_
17
18 if (!ts->ts_base) {
19 dev_warn(dev,
20 - "set failed, trying get (err:%d touchbuf:%x virt:%p bus:%x)\n",
21 - err, touchbuf, ts->ts_base, ts->bus_addr);
22 + "set failed, trying get (err:%d touchbuf:%x virt:%p bus:%pad)\n",
23 + err, touchbuf, ts->ts_base, &ts->bus_addr);
24
25 err = rpi_firmware_property(
26 fw,