commit | 9ecb41bd8cf002fd8f3e063db4df81647ddd623c | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabin.vincent@stericsson.com> | Mon May 27 16:03:40 2013 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon May 27 19:50:32 2013 +0530 |
tree | e20ce03e504fad666359c65fb9224d806c4c6fad | |
parent | e4aa937ec75df0eea0bee03bffa3303ad36c986b [diff] |
dmaengine: ste_dma40: fix pm runtime ref counting The pm runtime reference counting of the driver is broken for the case when there is more than one transfer queued, leading to the device being runtime suspend while active. Fix it. Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Cc: stable@vger.kernel.org Signed-off-by: Vinod Koul <vinod.koul@intel.com>