From: Charles Keepax Date: Mon, 20 Apr 2015 12:52:44 +0000 (+0100) Subject: ASoC: wm_adsp: Use __leXX for little endian data X-Git-Tag: omap-for-v4.3/legacy-v2-signed~142^2~38^2~10^4~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8299ee8123a7ef708811c3ff09eae0cf0874b651;p=pandora-kernel.git ASoC: wm_adsp: Use __leXX for little endian data Using uXX for little endian data, was triggering some warnings through sparse: sound/soc/codecs/wm_adsp.c:716:26: sparse: cast to restricted __le16 sound/soc/codecs/wm_adsp.c:736:23: sparse: cast to restricted __le16 sound/soc/codecs/wm_adsp.c:739:23: sparse: cast to restricted __le32 Correct this by changing the casts to use __leXX instead of uXX. Reported-by: Fengguang Wu Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed