Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109991
b: refs/heads/master
c: c3e3208
h: refs/heads/master
i:
  109989: 48629ff
  109987: 25ada98
  109983: ba3915e
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Sep 23, 2008
1 parent 6169498 commit 19e3ec6
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: 697e04db5678fadf96d437806b676403ebee806d
refs/heads/master: c3e3208e4b0cf4ed69cbcaa5e059e5cf64437c9a
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/omap_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ static void dma_channel_claim(struct omap_ep *ep, unsigned channel)
omap_set_dma_dest_params(ep->lch,
OMAP_DMA_PORT_TIPB,
OMAP_DMA_AMODE_CONSTANT,
(unsigned long) io_v2p(UDC_DATA_DMA),
UDC_DATA_DMA,
0, 0);
}
} else {
Expand All @@ -804,7 +804,7 @@ static void dma_channel_claim(struct omap_ep *ep, unsigned channel)
omap_set_dma_src_params(ep->lch,
OMAP_DMA_PORT_TIPB,
OMAP_DMA_AMODE_CONSTANT,
(unsigned long) io_v2p(UDC_DATA_DMA),
UDC_DATA_DMA,
0, 0);
/* EMIFF or SDRC */
omap_set_dma_dest_burst_mode(ep->lch,
Expand Down

0 comments on commit 19e3ec6

Please sign in to comment.