Commit f7a6e6c4 authored by Tom Rix's avatar Tom Rix Committed by Greg Kroah-Hartman
Browse files

misc: mei: remove unneeded break



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

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20201019191808.9891-1-trix@redhat.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c62b1f97
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1377,7 +1377,6 @@ int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr)
		dev_info(dev->dev, "hbm: stop response: resetting.\n");
		/* force the reset */
		return -EPROTO;
		break;

	case CLIENT_DISCONNECT_REQ_CMD:
		dev_dbg(dev->dev, "hbm: disconnect request: message received\n");