Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195847
b: refs/heads/master
c: e026255
h: refs/heads/master
i:
  195845: c3bc3cc
  195843: 437ec76
  195839: bf32a9c
v: v3
  • Loading branch information
Julia Lawall authored and David Woodhouse committed Jan 2, 2010
1 parent 54d0802 commit b5189ca
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: bb6a77554935a86686039097cdda2b2a38891c78
refs/heads/master: e026255f7d0e56006a147b190ae23be95cb0a9bd
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/maps/physmap_of.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static int __devinit of_flash_probe(struct of_device *dev,

dev_set_drvdata(&dev->dev, info);

mtd_list = kzalloc(sizeof(struct mtd_info) * count, GFP_KERNEL);
mtd_list = kzalloc(sizeof(*mtd_list) * count, GFP_KERNEL);
if (!mtd_list)
goto err_flash_remove;

Expand Down

0 comments on commit b5189ca

Please sign in to comment.