ASoC: Work around warnings from some build environments
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 10 Dec 2008 11:08:33 +0000 (11:08 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 10 Dec 2008 11:08:33 +0000 (11:08 +0000)
commit1e297a19252a6792c4479b300020f7f63eeb56ef
tree42642bb1c8116d2aca5e2250a27de4ca5a1f5f73
parentf73f2a6a23e34de9cca9672f727694e5af00e6c7
ASoC: Work around warnings from some build environments

BUG() should be marked as not returning but for at least some
configurations (including some widely deployed compilers) that's either
not happening or being forgotten by the compiler.  Add some extra return
statements to the affected paths.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8903.c