Andy Shevchenko 4aed508fc5 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 <andriy.shevchenko@linux.intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2013-08-05 09:32:25 +05:30
..
2013-08-05 09:32:25 +05:30
2013-07-05 11:41:00 +05:30
2013-08-05 09:32:25 +05:30
2013-01-07 17:36:37 +01:00
2013-08-05 09:32:24 +05:30
2013-08-05 09:32:24 +05:30
2012-09-01 08:57:12 -07:00
2013-07-05 11:40:50 +05:30
2013-08-05 09:32:24 +05:30
2013-08-05 09:32:25 +05:30
2013-07-28 19:08:33 +05:30