From: Vaishali Thakkar Date: Wed, 29 Oct 2014 14:00:51 +0000 (+0530) Subject: Staging: rtl8192e: Change variable type from u16 to __le16 X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~592 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b32af401fc9d79b920eb6cf2a5747c8baa6fde5f;p=pandora-kernel.git Staging: rtl8192e: Change variable type from u16 to __le16 This patch changes declaration of variable tmp from u16 to __le16 in order to remove following sparse warning at number of places: warning: incorrect type in assignment (different base types) expected unsigned short [unsigned] [usertype] tmp got restricted __le16 [usertype] Signed-off-by: Vaishali Thakkar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed