input: rpi-ft5406: Clear build warning on 64 bit builds.

Resolve 64 bit build warning over using %x with a dma_addr_t.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
This commit is contained in:
Dave Stevenson
2019-01-28 14:42:34 +00:00
committed by Phil Elwell
parent 4c62ab7956
commit d93a008972

View File

@@ -218,8 +218,8 @@ 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,