Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86528
b: refs/heads/master
c: b2d7c7f
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Paul Mundt committed Feb 27, 2008
1 parent 88ffd7f commit 58051ed
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 96de1a8f0275bd67f243833e7088baced518f873
refs/heads/master: b2d7c7f7a69fd953626c3e507bac70e18b21f70e
2 changes: 1 addition & 1 deletion trunk/arch/sh/drivers/dma/dma-sh.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static irqreturn_t dma_tei(int irq, void *dev_id)

static int sh_dmac_request_dma(struct dma_channel *chan)
{
if (unlikely(!chan->flags & DMA_TEI_CAPABLE))
if (unlikely(!(chan->flags & DMA_TEI_CAPABLE)))
return 0;

return request_irq(get_dmte_irq(chan->chan), dma_tei,
Expand Down

0 comments on commit 58051ed

Please sign in to comment.