]> git.baikalelectronics.ru Git - kernel.git/commit
acpi-dma: use devm_release() instead of devm_destroy()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 6 Feb 2014 11:25:39 +0000 (13:25 +0200)
committerVinod Koul <vinod.koul@intel.com>
Tue, 11 Feb 2014 18:00:50 +0000 (23:30 +0530)
commit8b7a201a0ecd26050ed2aa43e65c3316b7dbd71f
tree71151d65d59bbff25a0ff47375265446027ecaa1
parent210e64b81ee224c1393d8c390ae9c93657715b18
acpi-dma: use devm_release() instead of devm_destroy()

Since devm_destroy() doesn't call release function we have to use
devm_release() instead.

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