Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174967
b: refs/heads/master
c: 6bd03e7
h: refs/heads/master
i:
  174965: e8344e9
  174963: cf03a3d
  174959: 813f1af
v: v3
  • Loading branch information
Cliff Cai authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent e94546c commit 48e5ec6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 2002e7684dc24a9ac245b7d015380918657ec032
refs/heads/master: 6bd03e7b9d0f70928f9cd793326c28e4e08ffc96
10 changes: 5 additions & 5 deletions trunk/drivers/usb/musb/musbhsdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,11 @@ static irqreturn_t dma_controller_irq(int irq, void *private_data)
if (!int_hsdma)
goto done;

#ifdef CONFIG_BLACKFIN
/* Clear DMA interrupt flags */
musb_writeb(mbase, MUSB_HSDMA_INTR, int_hsdma);
#endif

for (bchannel = 0; bchannel < MUSB_HSDMA_CHANNELS; bchannel++) {
if (int_hsdma & (1 << bchannel)) {
musb_channel = (struct musb_dma_channel *)
Expand Down Expand Up @@ -324,11 +329,6 @@ static irqreturn_t dma_controller_irq(int irq, void *private_data)
}
}

#ifdef CONFIG_BLACKFIN
/* Clear DMA interrup flags */
musb_writeb(mbase, MUSB_HSDMA_INTR, int_hsdma);
#endif

retval = IRQ_HANDLED;
done:
spin_unlock_irqrestore(&musb->lock, flags);
Expand Down

0 comments on commit 48e5ec6

Please sign in to comment.