提交 6d721b29 编写于 作者: K Kuninori Morimoto 提交者: Greg Kroah-Hartman

usb: renesas_usbhs: use dma handler

Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 4ce68805
......@@ -474,9 +474,9 @@ static int usbhsg_ep_enable(struct usb_ep *ep,
pipe->mod_private = uep;
if (usb_endpoint_dir_in(desc))
uep->handler = &usbhs_fifo_pio_push_handler;
uep->handler = &usbhs_fifo_dma_push_handler;
else
uep->handler = &usbhs_fifo_pio_pop_handler;
uep->handler = &usbhs_fifo_dma_pop_handler;
ret = 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册