From: Devendra Naga Date: Sat, 18 Aug 2012 18:54:11 +0000 (+0530) Subject: staging: wlags49_h2: remove return statements at the end of all void functions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~780 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b9645b711153e5e7bbbc9f15766190124b3fe7c;p=pandora-kernel.git staging: wlags49_h2: remove return statements at the end of all void functions this patch removes the return statement at the end of all void functions, since the function returning void no need to have a return at the end of the function. Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed