From: Devendra Naga Date: Thu, 13 Sep 2012 09:31:39 +0000 (+0530) Subject: staging:wlan-ng: remove the remaining return at the end of void function X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~241 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d6f5054e8ee9af23db3df4471cd3c30d5f2fadc;p=pandora-kernel.git staging:wlan-ng: remove the remaining return at the end of void function this removes the remaining return which the function actually wants to return, for that it used goto failed and failed lable have the return statement at the end of function, which is all unnecessary, remove this and make the function return at the places where it does the goto failed Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed