From: Dan Carpenter Date: Tue, 30 Apr 2013 07:24:41 +0000 (+0300) Subject: ASoC: wm8994: missing break in wm8994_aif3_hw_params() X-Git-Tag: v3.2.46~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a71745129b6be9de9cca1b716df15f5ce817d49e;p=pandora-kernel.git 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 Signed-off-by: Mark Brown Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed