Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131887
b: refs/heads/master
c: b7bdcb7
h: refs/heads/master
i:
  131885: cdbfaab
  131883: 20c3c50
  131879: 31c0757
  131871: d543bd5
v: v3
  • Loading branch information
Dmitry Krivoschekov authored and Greg Kroah-Hartman committed Feb 27, 2009
1 parent 25f4749 commit e07656f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: c2c963217bb1e8d53622d41b9e9ae706d0d02c07
refs/heads/master: b7bdcb79de6de32e40dcc85a5e8c669bec2483d5
3 changes: 2 additions & 1 deletion trunk/drivers/usb/musb/musb_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,8 @@ void musb_host_tx(struct musb *musb, u8 epnum)
struct urb *urb;
struct musb_hw_ep *hw_ep = musb->endpoints + epnum;
void __iomem *epio = hw_ep->regs;
struct musb_qh *qh = hw_ep->out_qh;
struct musb_qh *qh = hw_ep->is_shared_fifo ? hw_ep->in_qh
: hw_ep->out_qh;
u32 status = 0;
void __iomem *mbase = musb->mregs;
struct dma_channel *dma;
Expand Down

0 comments on commit e07656f

Please sign in to comment.