commit | 91c1c9e36d9450974c9f04cf961d0b45aafca507 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Tue Jan 31 12:49:00 2012 +0200 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Wed Feb 22 18:11:48 2012 +0530 |
tree | 9834e5a9c0b2096766cd31440333c8678b254b0d | |
parent | 7f99a4216d68f6d75d5d544aa265d72f193bad7f [diff] |
dmaengine: intel_mid_dma: move pm_runtime_put Move pm_runtime_put() to the end of intel_mid_dma_free_chan_resources() because there is no sense in allowing runtime suspend while the driver is still accessing the device. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>