From: Teodora Baluta Date: Wed, 16 Oct 2013 20:53:33 +0000 (+0300) Subject: Staging: rtl8192u: use gfp_t instead of int X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1490809846f33433a610ab6e367d6de029f37da;p=pandora-kernel.git Staging: rtl8192u: use gfp_t instead of int This patch fixes the following type of sparse warnings: drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c:247:17: warning: incorrect type in argument 2 (different base types) drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c:247:17: expected restricted gfp_t [usertype] flags drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c:247:17: got int [signed] gfp_mask Signed-off-by: Teodora Baluta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed