From: Bing Zhao Date: Sat, 12 Jul 2014 03:57:14 +0000 (-0700) Subject: mwifiex: declare sta_ptr in smaller scope X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea4eb7fb0c6c5bb56fcbf2181f2d43cdfa95265a;p=pandora-kernel.git mwifiex: declare sta_ptr in smaller scope sta_ptr is used only in an 'if' branch in this function. Move it to the smaller scope where it is used. Reported-by: Paul Stewart Signed-off-by: Bing Zhao Signed-off-by: Avinash Patil Signed-off-by: John W. Linville --- Reading git-diff-tree failed