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)
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>

No differences found