acpi-dma: remove ugly conversion
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 21 Aug 2013 11:27:06 +0000 (14:27 +0300)
committerVinod Koul <vinod.koul@intel.com>
Sun, 25 Aug 2013 11:13:45 +0000 (16:43 +0530)
commitb4d6d336762aea282921a3283f2a00c7e95d2bef
tree0fda85ef4636003826baaedeeb515fc1c7f0c9db
parent0244d84f4c13e9a5aea302f7d679a5b6216708a2
acpi-dma: remove ugly conversion

In case of big endian CPU we have to convert either all fields in the structure
or leave this job to ACPICA. The second choice seems the best.

So, let's remove the ugly conversion that is not fully comprehensive anyway.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/acpi-dma.c