Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332620
b: refs/heads/master
c: cb54751
h: refs/heads/master
v: v3
  • Loading branch information
Bastian Hecht authored and David Woodhouse committed Jul 6, 2012
1 parent ad582a3 commit 1a72c08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 271b874ba1512a1b3bd24edbd4e4116c3b5c15ae
refs/heads/master: cb54751d7a706b4a068b798b97e8a815b99fa835
2 changes: 2 additions & 0 deletions trunk/drivers/mtd/nand/sh_flctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ static int __devinit flctl_probe(struct platform_device *pdev)

err_chip:
pm_runtime_disable(&pdev->dev);
iounmap(flctl->reg);
err_iomap:
kfree(flctl);
return ret;
Expand All @@ -929,6 +930,7 @@ static int __devexit flctl_remove(struct platform_device *pdev)

nand_release(&flctl->mtd);
pm_runtime_disable(&pdev->dev);
iounmap(flctl->reg);
kfree(flctl);

return 0;
Expand Down

0 comments on commit 1a72c08

Please sign in to comment.