ipack: iopctal: remove unneeded break
authorTom Rix <trix@redhat.com>
Mon, 19 Oct 2020 19:32:27 +0000 (12:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Nov 2020 15:05:34 +0000 (16:05 +0100)
commit552c08a8e03f09ee7f44950d0f6d9bd4599ff1f6
tree0da9427b010f1f7320cd1c4e3b649ea19d71b47b
parent6a80467a21ca4268f1d97daa1f43b66b86fe3887
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>
drivers/ipack/devices/ipoctal.c