]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8187se: use gfp_t instead of int
authorTeodora Baluta <teobaluta@gmail.com>
Sat, 19 Oct 2013 18:09:45 +0000 (21:09 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Oct 2013 21:54:49 +0000 (14:54 -0700)
commitdd9ce94e34a006087fda96678399d2d6f712c130
treeabaa4ce49a493cf785c5c540bb65c160fefe222a
parentdb9d33efb8b1bf50f9b39f0a36e3157a57e046a8
staging: rtl8187se: use gfp_t instead of int

Fix the following type of sparse warnings:

drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c:249:17: warning: incorrect type in argument 2 (different base types)
drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c:249:17:    expected restricted gfp_t [usertype] flags
drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c:249:17:    got int [signed] gfp_mask

Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c