Re: [PATCH 12/31] tty: serial - fix tty back references in termios

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Tony Luck
Date: Thursday, June 17, 2010 - 11:50 am

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
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 12/31] tty: serial - fix tty back references in ..., Tony Luck, (Thu Jun 17, 11:50 am)