Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1c5d923 authored by Codrut Grosu's avatar Codrut Grosu Committed by Mark Brown
Browse files

ASoC: ux500: Remove unuseful break after return



This was reported by checkpatch.pl

Signed-off-by: default avatarCodrut GROSU <codrut.cristian.grosu@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 8fcf1e5e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -604,7 +604,6 @@ int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd, int direction)
		break;
	default:
		return -EINVAL;
		break;
	}

	return 0;