m68k/amiserial: fix fallout of tty break handling rework

commit 9e98966c7bb94355689478bc84cc3e0c190f977e (tty: rework break handling)
forgot to update one exit point of rs_break() in the Amiga serial driver.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Geert Uytterhoeven and committed by Linus Torvalds 970a8a51 2e4f40d2

+1 -1
+1 -1
drivers/char/amiserial.c
··· 1254 1254 unsigned long flags; 1255 1255 1256 1256 if (serial_paranoia_check(info, tty->name, "rs_break")) 1257 - return; 1257 + return -EINVAL; 1258 1258 1259 1259 local_irq_save(flags); 1260 1260 if (break_state == -1)