From: David Decotigny Date: Mon, 8 Jun 2015 00:43:02 +0000 (-0700) Subject: staging: rtl8723au: core: remove redundant endianness conversion X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~331 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02632342d4831dc3d197a45f83de291e2d3980cc;p=pandora-kernel.git staging: rtl8723au: core: remove redundant endianness conversion Source and destination have the same little-endian annotation: this patch removes incorrect byte-swap on non-LE cpus. This addresses the following sparse warning: drivers/staging/rtl8723au/core/rtw_mlme_ext.c:3911:56: warning: incorrect type in argument 1 (different base types) drivers/staging/rtl8723au/core/rtw_mlme_ext.c:3911:56: expected unsigned short [unsigned] [usertype] val drivers/staging/rtl8723au/core/rtw_mlme_ext.c:3911:56: got restricted __le16 [usertype] BA_timeout_value Signed-off-by: David Decotigny Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed