arm:imx_v4_v5_defconfig arm:imx_v6_v7_defconfig arm:multi_v7_defconfig drivers/tty/serial/imx.c: In function 'imx_start_tx': drivers/tty/serial/imx.c:566:6: error: request for member 'state' in something not a structure or union drivers/tty/serial/imx.c:566:6: error: request for member 'state' in something not a structure or union This is due to 'serial: Test for no tx data on tx restart'. The added code seems to be wrong; it accesses &port.state, but port is a pointer. Guenter -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html