Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259262
b: refs/heads/master
c: 6d721b2
h: refs/heads/master
v: v3
  • Loading branch information
Kuninori Morimoto authored and Greg Kroah-Hartman committed Jul 1, 2011
1 parent 71f46f9 commit 091ee88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ce68805637b798ae6244487879c6716d24a4cbc
refs/heads/master: 6d721b2946a18373f45837e899fc32bb550eaa56
4 changes: 2 additions & 2 deletions trunk/drivers/usb/renesas_usbhs/mod_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 091ee88

Please sign in to comment.