Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130064
b: refs/heads/master
c: 169d5f6
h: refs/heads/master
v: v3
  • Loading branch information
Peter Korsgaard authored and Dan Williams committed Jan 16, 2009
1 parent 6bd50a1 commit dc55ef1
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: 6782dfe44acedf1e583d84e9e0d4f966d8e9befa
refs/heads/master: 169d5f663759ec494aa74a552ce99486235e6e50
3 changes: 2 additions & 1 deletion trunk/drivers/dma/fsldma.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,8 @@ static int __devinit fsl_dma_chan_probe(struct fsl_dma_device *fdev,
}

dev_info(fdev->dev, "#%d (%s), irq %d\n", new_fsl_chan->id,
compatible, new_fsl_chan->irq);
compatible,
new_fsl_chan->irq != NO_IRQ ? new_fsl_chan->irq : fdev->irq);

return 0;

Expand Down

0 comments on commit dc55ef1

Please sign in to comment.