On Sun, Jul 13, 2014 at 09:19:59PM -0700, Guenter Roeck wrote: > 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. Ah, oops, I forgot to mark the fix patch for stable, I'll go queue that up one later today, thanks for letting me know. greg k-h -- 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