mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 19:26:01 -04:00
usb: renesas_usbhs: use dma handler
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4ce6880563
commit
6d721b2946
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user