diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2013-07-15 14:04:36 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-08-05 06:02:25 +0200 |
commit | 4aed508fc5a8314351bc3daa913a4713d52e6677 (patch) | |
tree | 444387d0774812d9eb441d1a23dcdae079776ef9 /drivers/dma/dw | |
parent | txx9dmac: return DMA_SUCCESS immediately from device_tx_status() (diff) | |
download | linux-4aed508fc5a8314351bc3daa913a4713d52e6677.tar.xz linux-4aed508fc5a8314351bc3daa913a4713d52e6677.zip |
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>
Diffstat (limited to 'drivers/dma/dw')
0 files changed, 0 insertions, 0 deletions