]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: net: fsl-mc: remove an useless break statement
authorIoana Ciornei <ioana.ciornei@nxp.com>
Thu, 5 Jan 2023 15:03:16 +0000 (17:03 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 2 Feb 2023 19:44:53 +0000 (14:44 -0500)
commit3ad24e4d361e6e37f782a492c14f43d928c4c6f6
treeac4165db2a146ee683f27b0ca59f78e614d3f541
parent32221ee236b933c14e1cd1c6393c255086f519c6
drivers: net: fsl-mc: remove an useless break statement

The break statement is just after a goto statement, thus it will not get
executed. Just remove it.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/fsl-mc/mc.c