Re: [PATCH] staging: rtl8192u: Fix warnings about endianness

From: Greg KH
Date: Thu Feb 16 2017 - 13:44:03 EST


On Wed, Feb 15, 2017 at 05:06:27PM +0800, maomao xu wrote:
> drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c:564:37: warning: incorrect type in assignment (different base types)
> drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c:564:37: expected unsigned short [unsigned] [usertype] len
> drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c:564:37: got restricted __be16 [usertype] <noident>
>
> Signed-off-by: maomao xu <albert008.xu@xxxxxxxxx>
>

Always test-build your patches!!!

I don't know what to apply here at all. Please fix them up and resend a
patch series of the correct patches.

thanks,

greg k-h