diff options
author | 2015-10-05 18:00:52 +0100 | |
---|---|---|
committer | 2015-10-17 21:00:11 -0700 | |
commit | 270c2adef30e1912002ba014c16c08b86706d01f (patch) | |
tree | 5c5e693900f37ee49cdd319076666436a6dc56ce /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge 4.3-rc5 into tty-next (diff) | |
download | wireguard-linux-270c2adef30e1912002ba014c16c08b86706d01f.tar.xz wireguard-linux-270c2adef30e1912002ba014c16c08b86706d01f.zip |
serial: atmel: fix compiler warning on address cast
Turning on KVM and LPAE support on top of a multi_v7_defconfig will
produce a compiler warning in the Atmel serial driver:
drivers/tty/serial/atmel_serial.c: In function 'atmel_verify_port':
drivers/tty/serial/atmel_serial.c:2299:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
if ((void *)port->mapbase != ser->iomem_base)
^
Fix that by using the cast on the right hand side instead, as similar
code already does in other drivers.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions