From: Dan Carpenter Date: Fri, 31 Oct 2014 10:41:05 +0000 (+0300) Subject: staging: r8188eu: cleanups in rtw_android_set_block() X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~481 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85e1c554f4c80d1afec6069b4dad0a7bf6ce9b3d;p=pandora-kernel.git staging: r8188eu: cleanups in rtw_android_set_block() 1) We can tighten up the code a little by returning directly and it makes the code more future proof and easier to read. 2) "free" is a better name than "exit". 3) sizeof(priv_cmd) is shorter and more clear than sizeof(struct android_wifi_priv_cmd). Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed