Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332731
b: refs/heads/master
c: 7d9b110
h: refs/heads/master
i:
  332729: beb811f
  332727: ba305be
v: v3
  • Loading branch information
Andreas Bießmann authored and David Woodhouse committed Sep 29, 2012
1 parent fd60ec0 commit 8611170
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: 7be1f6b9a1ae3476a424380b52aad7c14c3273ab
refs/heads/master: 7d9b110269253b1d5858cfa57d68dfc7bf50dd77
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/omap2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ static int omap_nand_remove(struct platform_device *pdev)
/* Release NAND device, its internal structures and partitions */
nand_release(&info->mtd);
iounmap(info->nand.IO_ADDR_R);
kfree(&info->mtd);
kfree(info);
return 0;
}

Expand Down

0 comments on commit 8611170

Please sign in to comment.