Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195882
b: refs/heads/master
c: f35b6ed
h: refs/heads/master
v: v3
  • Loading branch information
Vimal Singh authored and David Woodhouse committed Feb 26, 2010
1 parent 4a3e815 commit 07c5ac7
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: bdaefc41627b6f2815ef7aa476dfa4ebb3ad499f
refs/heads/master: f35b6eda5184e46bf2393d8970b4b9498daf7bcf
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/nand/omap2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,8 @@ static int __devinit omap_nand_probe(struct platform_device *pdev)
static int omap_nand_remove(struct platform_device *pdev)
{
struct mtd_info *mtd = platform_get_drvdata(pdev);
struct omap_nand_info *info = mtd->priv;
struct omap_nand_info *info = container_of(mtd, struct omap_nand_info,
mtd);

platform_set_drvdata(pdev, NULL);
if (use_dma)
Expand Down

0 comments on commit 07c5ac7

Please sign in to comment.