From: Kalle Valo Date: Tue, 17 Jan 2012 13:05:46 +0000 (+0200) Subject: ath6kl: fix uninitialized warning in ath6kl_process_uapsdq() X-Git-Tag: v3.4-rc1~177^2~112^2~357^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e572602884c4f979cbba4fed413af24797fd01d9;p=pandora-kernel.git ath6kl: fix uninitialized warning in ath6kl_process_uapsdq() Before I commited patch c1762a3fe ("ath6kl: Add support for uAPSD") I did a minor change how up variable is initialised in ath6kl_process_uapsdq(). But I was sloppy and caused this compiler warning: txrx.c:88:5: warning: 'up' may be used uninitialized in this function Revert my change to fix the warning. Signed-off-by: Kalle Valo --- Reading git-diff-tree failed