On Wed, Mar 11, 2015 at 01:52:53PM +0200, Andy Shevchenko wrote: > 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 <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > arch/x86/include/asm/serial.h | 8 ++++---- > drivers/tty/serial/8250/8250.h | 2 +- > 2 files changed, 5 insertions(+), 5 deletions(-) Nice, but can you send a follow-on patch for the other arches that also will have this issue? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html