usb: musb: host: release dma channels if no active io
authorAjay Kumar Gupta <ajay.gupta@ti.com>
Thu, 21 Jun 2012 11:48:12 +0000 (17:18 +0530)
committerFelipe Balbi <balbi@ti.com>
Fri, 22 Jun 2012 10:15:55 +0000 (13:15 +0300)
Currently DMA channels are allocated and they remain allocated
even if there is no active data transfer. Added channel_release()
whenever there is no pending request.

Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found