From: Sachin Kamat Date: Fri, 28 Sep 2012 07:01:35 +0000 (-0300) Subject: [media] s5p-mfc: Fix misplaced return statement in s5p_mfc_suspend() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81c9bcfbefec212548058eeac612d98dc9290d55;p=pandora-kernel.git [media] s5p-mfc: Fix misplaced return statement in s5p_mfc_suspend() return statement was wrongly placed before a code that needs to be executed. Moved the return statement to the end of the function. Tested suspend/resume on SMDK4412 board using 3.5-rc6 kernel. Signed-off-by: Sachin Kamat Acked-by: Kamil Debski Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed