Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34139
b: refs/heads/master
c: f40a6f1
h: refs/heads/master
i:
  34137: a3426b3
  34135: b979978
v: v3
  • Loading branch information
Brian Walsh authored and David Woodhouse committed Sep 22, 2006
1 parent 7f49b17 commit 07c2e7d
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: f2dd117fa51dd8fc071b1352254c0d14d2399b0a
refs/heads/master: f40a6f1cc7fe522e51e1ac4c7ab3035a434f2cef
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/maps/ixp4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static int ixp4xx_flash_probe(struct platform_device *dev)
/* Use the fast version */
info->map.write = ixp4xx_write16,

err = parse_mtd_partitions(info->mtd, probes, &info->partitions, 0);
err = parse_mtd_partitions(info->mtd, probes, &info->partitions, dev->resource->start);
if (err > 0) {
err = add_mtd_partitions(info->mtd, info->partitions, err);
if(err)
Expand Down

0 comments on commit 07c2e7d

Please sign in to comment.