tty: nozomi: remove unneeded break
authorTom Rix <trix@redhat.com>
Mon, 19 Oct 2020 17:57:32 +0000 (10:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Oct 2020 12:44:43 +0000 (13:44 +0100)
commit1a460c36078e1c7c979ce2ead581ec9e40f2aac8
treec938056836a2ead32acc03431559c678a1f65051
parent974e454d6f96da0c0ab1b4115b92587dd9406f6a
tty: nozomi: remove unneeded break

A break is not needed if it is preceded by a return

Add explicit fallthrough

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20201019175732.3289-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/nozomi.c