From: Geert Uytterhoeven Date: Fri, 6 Sep 2013 12:45:36 +0000 (+0200) Subject: staging: r8188eu: Fix uninitialized variable change_inx X-Git-Tag: v3.12-rc2~1^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82f5e5cea5da9c1488c4d6572dc85e352b1b5b29;p=pandora-kernel.git staging: r8188eu: Fix uninitialized variable change_inx drivers/staging/rtl8188eu/core/rtw_wlan_util.c: In function ‘WMMOnAssocRsp’: drivers/staging/rtl8188eu/core/rtw_wlan_util.c:634: warning: ‘change_inx’ may be used uninitialized in this function And the compiler is right: change_inx should be initialized to false. Signed-off-by: Geert Uytterhoeven Acked-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed