Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipack: iopctal: remove unneeded break

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

Acked-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20201019193227.12738-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tom Rix and committed by
Greg Kroah-Hartman
552c08a8 6a80467a

-1
-1
drivers/ipack/devices/ipoctal.c
··· 544 544 break; 545 545 default: 546 546 return; 547 - break; 548 547 } 549 548 550 549 baud = tty_get_baud_rate(tty);