Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153785
b: refs/heads/master
c: b258fd8
h: refs/heads/master
i:
  153783: 946a3ec
v: v3
  • Loading branch information
Magnus Lilja authored and David Woodhouse committed Jun 5, 2009
1 parent ff6ed82 commit 5e51d51
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: 260dc003e9fd41a6cac64308e63dea37ea5de13f
refs/heads/master: b258fd8d0470c65fef5231887d7e97cb246da0d0
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/nand/mxc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ static int __init mxcnd_probe(struct platform_device *pdev)
return 0;

escan:
free_irq(host->irq, NULL);
free_irq(host->irq, host);
eirq:
iounmap(host->regs);
eres:
Expand All @@ -1001,7 +1001,7 @@ static int __devexit mxcnd_remove(struct platform_device *pdev)
platform_set_drvdata(pdev, NULL);

nand_release(&host->mtd);
free_irq(host->irq, NULL);
free_irq(host->irq, host);
iounmap(host->regs);
kfree(host);

Expand Down

0 comments on commit 5e51d51

Please sign in to comment.