]> git.baikalelectronics.ru Git - kernel.git/commit
cris: fix missing tty arg in wait_event_interruptible_tty call
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 8 May 2012 15:17:55 +0000 (11:17 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 May 2012 15:58:01 +0000 (08:58 -0700)
commit0154317b0b4ed486ec8b705b119731f6b983d7eb
tree03af637830cd5f6beb5e14852098949357713fac
parent03716e2239444b517bbc9be465cd38f315de6e96
cris: fix missing tty arg in wait_event_interruptible_tty call

Commit 07b4efe5b80821d7525100f2058cbc4a4fa1b5f6

    "tty_lock: Localise the lock"

added a tty arg to wait_event_interruptible_tty() but it missed
this arch specific instance for cris, causing a compile failure.

Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Alan Cox <alan@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/crisv10.c