]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: host: make musb_tx_dma_set_mode_*() *void*
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Tue, 31 May 2016 15:05:06 +0000 (10:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jun 2016 21:58:59 +0000 (14:58 -0700)
commit77c589498a14b57ad54152216777bbaa8bb52757
tree1a34d1bd73753590e14f5b6dcfc4ccf6a2b20ebc
parent55695b4a5a7a952c4bcefbc2daf81aa73235df0b
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>
drivers/usb/musb/musb_host.c