commit | 4be0080c18fb41a95ab47ba7caff8359582457f9 | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@googlemail.com> | Tue Nov 15 14:11:55 2016 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri Nov 18 13:54:50 2016 +0200 |
tree | af10731e1f8fdcd6a8ed8feb7e79bafac542bc65 | |
parent | 38e9002b85672352f8693c82192c8029586dd86d [diff] |
usb: dwc2: fixes host_dma logic This patch moves the the host_dma initialization before dwc2_set_param_dma_desc_enable() and dwc2_set_param_dma_desc_fs_enable(). The reason being that both function need it. Fixes: 1205489cee75bf39 ("usb: dwc2: Get host DMA device properties") Acked-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>