commit | fc525751457e93783b1c85a0612735a598c8497f | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Tue Aug 13 19:38:23 2013 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Tue Aug 13 14:21:41 2013 -0500 |
tree | f9a508aa00d1214f045afc8599a752483313f677 | |
parent | eff196ad4e6b10499d4c4e4a0bd4a7c8afb8455f [diff] |
usb: musb: Use is_cppi_enabled() and tusb_dma_omap() instead of the ifdef This patch makes use of the two function is_cppi_enabled() and tusb_dma_omap() instead of the ifdef for the proper DMA implementation setup code. It basically shifts the code right by one indention level and adds a few line breaks once the chars are crossed. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>