]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix implicit nocast warnings in ieee80211 code:
authorRandy Dunlap <rdunlap@xenotime.net>
Mon, 3 Oct 2005 15:02:14 +0000 (10:02 -0500)
committerJames 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

index 8d87897d7eb7ef218d483a90bb64606cdc557e91..e860777ab8d34cd4fa37cebfca694f40db1ac02f 100644 (file)
@@ -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;