On Wed, Jan 16, 2013 at 03:23:48PM +0800, kbuild test robot wrote: > tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-next > head: 852e4a8152b427c3f318bb0e1b5e938d64dcdc32 > commit: 9ee4b83e51f741a645c43e61b9f3f8075ca0fdf4 [53/55] serial: 8250: Add support for dmaengine > config: x86_64-randconfig-s640 (attached as .config) > > All warnings: > > drivers/tty/serial/8250/8250_dma.c: In function '__dma_rx_complete': > >> drivers/tty/serial/8250/8250_dma.c:55:2: warning: passing argument 1 of 'tty_insert_flip_string' from incompatible pointer type [enabled by default] > In file included from drivers/tty/serial/8250/8250_dma.c:12:0: > include/linux/tty_flip.h:28:19: note: expected 'struct tty_port *' but argument is of type 'struct tty_struct *' > >> drivers/tty/serial/8250/8250_dma.c:58:2: warning: passing argument 1 of 'tty_flip_buffer_push' from incompatible pointer type [enabled by default] > In file included from drivers/tty/serial/8250/8250_dma.c:12:0: > include/linux/tty_flip.h:13:13: note: expected 'struct tty_port *' but argument is of type 'struct tty_struct *' Looks like the tty buffer functions have been changed. I'll fix this right away. Thanks, -- heikki -- 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