serial: 8250: sparse warning of incorrect type
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Thu, 16 Oct 2014 08:46:22 +0000 (14:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 22:58:28 +0000 (14:58 -0800)
commit7f1dc2f384792f271833cd89a8608d189b63ea6d
treee44d4b423802179c43706873e636b13dc54fa6a9
parent2fdd8c8c5304901fa7dbb2ce5dbc90a1984cee3d
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>
drivers/tty/serial/8250/8250.h
This page took 0.025805 seconds and 5 git commands to generate.