From: Mark Brown Date: Wed, 10 Dec 2008 11:08:33 +0000 (+0000) Subject: ASoC: Work around warnings from some build environments X-Git-Tag: v2.6.29-rc1~590^2~11^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e297a19252a6792c4479b300020f7f63eeb56ef;p=pandora-kernel.git 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 --- Reading git-diff-tree failed