Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178755
b: refs/heads/master
c: 2b542a1
h: refs/heads/master
i:
  178753: 8661528
  178751: e335c7e
v: v3
  • Loading branch information
Ben Dooks committed Dec 23, 2009
1 parent e30f855 commit b12f5c9
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ce8877b542d946ee4fb29b57dc9d6549648b1558
refs/heads/master: 2b542a13a94f310e718f2ed57b0f712b9ddbbbef
4 changes: 3 additions & 1 deletion trunk/arch/arm/plat-s3c/dev-nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,16 @@ void __init s3c_nand_set_platdata(struct s3c2410_platform_nand *nand)

for (i = 0; i < npd->nr_sets; i++) {
ret = s3c_nand_copy_set(to);
if (!ret) {
if (ret) {
printk(KERN_ERR "%s: failed to copy set %d\n",
__func__, i);
return;
}
to++;
}
}

s3c_device_nand.dev.platform_data = npd;
}

EXPORT_SYMBOL_GPL(s3c_nand_set_platdata);

0 comments on commit b12f5c9

Please sign in to comment.