From: Sudip Mukherjee Date: Thu, 16 Oct 2014 08:46:22 +0000 (+0530) Subject: serial: 8250: sparse warning of incorrect type X-Git-Tag: omap-for-v3.20/drop-legacy-3517~83^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f1dc2f384792f271833cd89a8608d189b63ea6d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed