From: Gaston Gonzalez Date: Tue, 2 Jun 2015 18:06:18 +0000 (-0300) Subject: staging: rtl8192u: ieee80211: Fix sparse endianness warnings X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~291 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf95628e61c373f2e614b507718fa90b7490fbdb;p=pandora-kernel.git staging: rtl8192u: ieee80211: Fix sparse endianness warnings Fix the following sparse warnings: drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:663:32: warning: incorrect type in assignment (different base types) drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:663:32: expected restricted __le16 [usertype] frame_ctl drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:663:32: got int drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:664:50: warning: invalid assignment: |= drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:664:50: left side has type restricted __le16 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:664:50: right side has type int Signed-off-by: Gaston Gonzalez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed