commit | b6a6631dc322b1ca187752a77bc5f74155017ecb | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | Tue May 31 10:05:06 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 01 14:58:59 2016 -0700 |
tree | 1a34d1bd73753590e14f5b6dcfc4ccf6a2b20ebc | |
parent | 858b9be7fda1d4232e8f06d70e4793bc21583ffc [diff] |
usb: musb: host: make musb_tx_dma_set_mode_*() *void* Now that the DMA engine check was moved to musb_tx_dma_porgram(), both musb_tx_dma_set_mode_cppi_tusb() and musb_tx_dma_set_mode_mentor() always return 0, so we can make both these functions *void*. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> [b-liu@ti.com: revise subject prefix] Signed-off-by: Bin Liu <b-liu@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>