git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1be5a5
)
ASoC: wm8994: missing break in wm8994_aif3_hw_params()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 30 Apr 2013 07:24:41 +0000
(10:24 +0300)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 30 Apr 2013 18:45:42 +0000
(19:45 +0100)
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>
Cc: stable@vger.kernel.org
No differences found