Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106404
b: refs/heads/master
c: ff0de61
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and David Woodhouse committed Jun 4, 2008
1 parent 53f5a7f commit 23396b3
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: 437d0d299f0e08954c3cb680221d7e888e1a857f
refs/heads/master: ff0de61c3612410dc84a8de28761ef840d5d35ac
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/excite_nandflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ static int __init excite_nand_probe(struct device *dev)
if (likely(!scan_res)) {
DEBUG(MTD_DEBUG_LEVEL2, "%s: register partitions\n", module_id);
add_mtd_partitions(&drvdata->board_mtd, partition_info,
sizeof partition_info / sizeof partition_info[0]);
ARRAY_SIZE(partition_info));
} else {
iounmap(drvdata->regs);
kfree(drvdata);
Expand Down

0 comments on commit 23396b3

Please sign in to comment.