ASoC: wm8994: missing break in wm8994_aif3_hw_params()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 30 Apr 2013 07:24:41 +0000 (10:24 +0300)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 30 May 2013 13:34:50 +0000 (14:34 +0100)
commit 4495e46fe18f198366961bb2b324a694ef8a9b44 upstream.

The missing break here means that we always return early and the
function is a no-op.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

No differences found