diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2023-01-05 17:03:16 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-02 14:44:53 -0500 |
commit | 3ad24e4d361e6e37f782a492c14f43d928c4c6f6 (patch) | |
tree | ac4165db2a146ee683f27b0ca59f78e614d3f541 /lib/linux_string.c | |
parent | 32221ee236b933c14e1cd1c6393c255086f519c6 (diff) |
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>
Diffstat (limited to 'lib/linux_string.c')
0 files changed, 0 insertions, 0 deletions