Skip to content

Commit

Permalink
[PATCH] ieee80211: fix gfp flags type
Browse files Browse the repository at this point in the history
Fix implicit nocast warnings in ieee80211 code:
net/ieee80211/ieee80211_tx.c:215:9: warning: implicit cast to nocast type

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
rddunlap authored and jgarzik committed Oct 4, 2005
1 parent 0a1c80f commit 8cb6108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ieee80211/ieee80211_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,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;
Expand Down

0 comments on commit 8cb6108

Please sign in to comment.