From: Vaishali Thakkar Date: Mon, 27 Oct 2014 12:26:33 +0000 (+0530) Subject: Staging: rtl8192u: Annotate association types with proper endianness X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~906 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf9ef82fc96ef37cb1d85aaf225663ff0c15fa6;p=pandora-kernel.git Staging: rtl8192u: Annotate association types with proper endianness This patch fixes following sparse warning at number of places in file rtl819x_BAProc.c. Warning: incorrect type in assignment (different base types) expected unsigned short [unsigned] [usertype] tmp got restricted __le16 [usertype] Here, code before this change is correct. But this change silents sparse warnings and will not harm code too. Signed-off-by: Vaishali Thakkar Reviewed-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed