From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Fietkau Date: Thu, 30 Jan 2014 07:55:19 +0100 Subject: [ath9k-devel] [PATCH] ath9k: Fix uninitialized variable in ath9k_has_tx_pending() In-Reply-To: <1390733601-11244-1-git-send-email-geert@linux-m68k.org> References: <1390733601-11244-1-git-send-email-geert@linux-m68k.org> Message-ID: <52E9F757.3040306@openwrt.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On 2014-01-26 11:53, Geert Uytterhoeven wrote: > drivers/net/wireless/ath/ath9k/main.c: In function ?ath9k_has_tx_pending?: > drivers/net/wireless/ath/ath9k/main.c:1869: warning: ?npend? may be used uninitialized in this function > > Introduced by commit 10e2318103f5941aa70c318afe34bc41f1b98529 ("ath9k: > optimize ath9k_flush"). > > Signed-off-by: Geert Uytterhoeven Acked-by: Felix Fietkau