Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207743
b: refs/heads/master
c: 00b275d
h: refs/heads/master
i:
  207741: c8bd412
  207739: eecff14
  207735: 9d17a0e
  207727: c1ffc8b
  207711: 6a13f05
  207679: 652f8c2
  207615: 2cf5886
v: v3
  • Loading branch information
Julia Lawall authored and David Woodhouse committed Jun 3, 2010
1 parent 8a26bc3 commit 2d510f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: b51adeae29d1ca07090d4f9c9c886499351e0129
refs/heads/master: 00b275dbfc2ae3e3312a910736dd9a6bd5110c2b
6 changes: 3 additions & 3 deletions trunk/drivers/mtd/maps/physmap_of.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,22 +353,22 @@ static int __devinit of_flash_probe(struct of_device *dev,
&info->parts, 0);
if (err < 0) {
of_free_probes(part_probe_types);
return err;
goto err_out;
}
of_free_probes(part_probe_types);

#ifdef CONFIG_MTD_OF_PARTS
if (err == 0) {
err = of_mtd_parse_partitions(&dev->dev, dp, &info->parts);
if (err < 0)
return err;
goto err_out;
}
#endif

if (err == 0) {
err = parse_obsolete_partitions(dev, info, dp);
if (err < 0)
return err;
goto err_out;
}

if (err > 0)
Expand Down

0 comments on commit 2d510f4

Please sign in to comment.