From: Johannes Berg Date: Tue, 30 Nov 2010 21:24:36 +0000 (-0800) Subject: iwlagn: fix debug variable access X-Git-Tag: v2.6.38-rc1~476^2~104^2~4^2~45^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9decde95be8a77a16f5668544bee45d41a7ae665;p=pandora-kernel.git iwlagn: fix debug variable access The compiler correctly warns: iwl-agn-tx.c: In function ‘iwlagn_tx_status_reply_compressed_ba’: iwl-agn-tx.c:1240: warning: ‘bitmap’ may be used uninitialized in this function Move the debug print to the branch that reads the bitmap, and move the variables too so it's more obvious where they are needed. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed