diff options
author | Olof Johansson <olof@lixom.net> | 2013-09-12 08:27:53 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-27 02:41:38 +0400 |
commit | a50c44ce2463c427552bd0dab635d4980ed84131 (patch) | |
tree | f41f5b438fc673c33d4711456772937ad323a836 /drivers/tty/serial/mfd.c | |
parent | 2d1e5a48965be57eefce033894d9795672f6ab63 (diff) | |
download | linux-a50c44ce2463c427552bd0dab635d4980ed84131.tar.xz |
serial: imx: Change cast to handle 64-bit resource_size_t
This resolves a warning where resource_size_t is larger than void *:
drivers/tty/serial/imx.c:1542:6: warning: cast to pointer from integer
of different size [-Wint-to-pointer-cast]
Since iomem_base is a void *, casting to unsigned long is safe.
It's unclear to me that this comparison is truly needed, but it's there
on several other drivers as well.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/mfd.c')
0 files changed, 0 insertions, 0 deletions