Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298097
b: refs/heads/master
c: 3ee5014
h: refs/heads/master
i:
  298095: 5025091
v: v3
  • Loading branch information
Brian Norris authored and David Woodhouse committed Mar 26, 2012
1 parent 81fd7a6 commit a826e83
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: 3e3417402b3bcaf0faf7995d426b848d7aa17c6e
refs/heads/master: 3ee5014185b9041fcb27eef34c83487ce77dd9d3
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/mtdcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static int mtd_cls_resume(struct device *dev)
{
struct mtd_info *mtd = dev_get_drvdata(dev);

if (mtd && mtd->_resume)
if (mtd)
mtd_resume(mtd);
return 0;
}
Expand Down

0 comments on commit a826e83

Please sign in to comment.