projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c49fd52
)
ath9k: Fix a sparse warning
author
Sujith
<Sujith.Manoharan@atheros.com>
Thu, 23 Jul 2009 10:02:29 +0000
(15:32 +0530)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 27 Jul 2009 19:24:14 +0000
(15:24 -0400)
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/xmit.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/xmit.c
b/drivers/net/wireless/ath/ath9k/xmit.c
index 4ff155e8ee593171cc525699126f00e9a6855e27..c039d0ac5ffe9dcda59c6bdc4f4c3a2ce1008c16 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/xmit.c
+++ b/
drivers/net/wireless/ath/ath9k/xmit.c
@@
-2037,7
+2037,7
@@
static void ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq)
}
}
-void ath_tx_complete_poll_work(struct work_struct *work)
+
static
void ath_tx_complete_poll_work(struct work_struct *work)
{
struct ath_softc *sc = container_of(work, struct ath_softc,
tx_complete_work.work);