Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130063
b: refs/heads/master
c: 6782dfe
h: refs/heads/master
i:
  130061: 5fef830
  130059: 6aef194
  130055: b843849
  130047: 1c6e33a
v: v3
  • Loading branch information
Peter Korsgaard authored and Dan Williams committed Jan 15, 2009
1 parent 3a8dbce commit 6bd50a1
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: d86be86e9aab221089d72399072511f13fe2a771
refs/heads/master: 6782dfe44acedf1e583d84e9e0d4f966d8e9befa
3 changes: 2 additions & 1 deletion trunk/drivers/dma/fsldma.c
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,8 @@ static int __devinit fsl_dma_chan_probe(struct fsl_dma_device *fdev,

static void fsl_dma_chan_remove(struct fsl_dma_chan *fchan)
{
free_irq(fchan->irq, fchan);
if (fchan->irq != NO_IRQ)
free_irq(fchan->irq, fchan);
list_del(&fchan->common.device_node);
iounmap(fchan->reg_base);
kfree(fchan);
Expand Down

0 comments on commit 6bd50a1

Please sign in to comment.