]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
commita71745129b6be9de9cca1b716df15f5ce817d49e
treec1b2cbe37ecd38c43fc33c6bda92417356c78eea
parent54d6a8acaa54f4292ed6ffb62eda5a3bdeecee06
ASoC: wm8994: missing break in wm8994_aif3_hw_params()

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>
sound/soc/codecs/wm8994.c