projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c254d3
)
Fix implicit nocast warnings in ieee80211 code:
author
Randy Dunlap
<rdunlap@xenotime.net>
Mon, 3 Oct 2005 15:02:14 +0000
(10:02 -0500)
committer
James Ketrenos
<jketreno@linux.intel.com>
Mon, 3 Oct 2005 15:02:14 +0000
(10:02 -0500)
net/ieee80211/ieee80211_tx.c:215:9: warning: implicit cast to nocast type
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
net/ieee80211/ieee80211_tx.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ieee80211/ieee80211_tx.c
b/net/ieee80211/ieee80211_tx.c
index 8d87897d7eb7ef218d483a90bb64606cdc557e91..e860777ab8d34cd4fa37cebfca694f40db1ac02f 100644
(file)
--- a/
net/ieee80211/ieee80211_tx.c
+++ b/
net/ieee80211/ieee80211_tx.c
@@
-187,7
+187,7
@@
void ieee80211_txb_free(struct ieee80211_txb *txb)
}
static struct ieee80211_txb *ieee80211_alloc_txb(int nr_frags, int txb_size,
- int gfp_mask)
+
unsigned
int gfp_mask)
{
struct ieee80211_txb *txb;
int i;