From: Andy Shevchenko Date: Mon, 15 Jul 2013 12:04:36 +0000 (+0300) Subject: acpi-dma: fix sparse warning X-Git-Tag: v3.12-rc1~68^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aed508fc5a8314351bc3daa913a4713d52e6677;p=pandora-kernel.git acpi-dma: fix sparse warning This patch fixes sparse warning: drivers/dma/acpi-dma.c:76:21: sparse: cast to restricted __le32 Since everything in all ACPI tables is little-endian, by definition, the used types in practice are uXX. Thus, we have to enforce __leXX if we want to convert them to CPU order. Signed-off-by: Andy Shevchenko Reviewed-by: Mika Westerberg Acked-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed