From: Gaston Gonzalez Date: Sun, 14 Jun 2015 22:59:34 +0000 (-0300) Subject: staging: rtl8192u: ieee80211: Fix incorrect type in assignment X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80cf407fd48b27ebc2c1221c916d7a4c53178b89;p=pandora-kernel.git staging: rtl8192u: ieee80211: Fix incorrect type in assignment Added le16_to_cpu() conversion fixing the following warning in assignment detected by sparse: drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:2157:30: warning: invalid assignment: += drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:2157:30: left side has type unsigned long drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:2157:30: right side has type restricted __le16 Signed-off-by: Gaston Gonzalez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed