diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2014-10-16 04:46:22 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-06 17:58:28 -0500 |
commit | 7f1dc2f384792f271833cd89a8608d189b63ea6d (patch) | |
tree | e44d4b423802179c43706873e636b13dc54fa6a9 /Kbuild | |
parent | 2fdd8c8c5304901fa7dbb2ce5dbc90a1984cee3d (diff) |
serial: 8250: sparse warning of incorrect type
fixed a sparse warning in 8250_core.c :
incorrect type in assignment (different address spaces)
the warning was because an unsigned char pointer was being assigned to
a pointer of unsigned char __iomem type .
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions