From: Andy Shevchenko Date: Wed, 11 Mar 2015 11:52:53 +0000 (+0200) Subject: serial, x86: use UPF_* constants for flags X-Git-Tag: omap-for-v4.2/o2_dc~64^2~73 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=079119a2c7c83506ad753e7b95e9ed253e9963f9;p=pandora-kernel.git serial, x86: use UPF_* constants for flags This patch fixes the following sparse warnings: drivers/tty/serial/8250/8250_core.c:3231:32: warning: incorrect type in assignment (different base types) drivers/tty/serial/8250/8250_core.c:3231:32: expected restricted upf_t [usertype] flags drivers/tty/serial/8250/8250_core.c:3231:32: got unsigned int const [unsigned] flags Signed-off-by: Andy Shevchenko Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed