tty/amiserial: Add missing argument for tty_unlock()
commit
07b4efe5b80821d7525100f2058cbc4a4fa1b5f6 ("tty_lock: Localise the lock")
missed that
6256d4ad337d61f02bf78bd8bcdb2382e5d5b078 ("drivers/tty/amiserial.c:
add missing tty_unlock") just added a new caller of tty_unlock():
drivers/tty/amiserial.c: In function ‘set_serial_info’:
drivers/tty/amiserial.c:1077: error: too few arguments to function ‘tty_unlock’
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>