A couple of build breaks in linux-next (tag: next-20100617)
drivers/serial/ioc4_serial.c:1750: error: expected statement before ‘)’ token
Would have a similar one for ioc3_serial.c if my .config included it.
On Tue, Jun 1, 2010 at 1:52 PM, Arnd Bergmann <arnd@arndb.de> wrote:
...
Can we have matching numbers of "(" and ")" here please.
..
.- if (I_IGNPAR(state->port.tty))
+ if (iflag & IGNPAR))
Same here.
-Tony
--