Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274842
b: refs/heads/master
c: bbd86c9
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov authored and Artem Bityutskiy committed Sep 11, 2011
1 parent 7d9cf14 commit 8cb368a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 0b118f06df94eb5a14a70c93e0fc739a67f66ae6
refs/heads/master: bbd86c9c33c8d1549cbad5077c5dbaeec8a5cae8
8 changes: 2 additions & 6 deletions trunk/drivers/mtd/nand/cs553x_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ static int __init cs553x_init(void)
int err = -ENXIO;
int i;
uint64_t val;
int mtd_parts_nb = 0;
struct mtd_partition *mtd_parts = NULL;

/* If the CPU isn't a Geode GX or LX, abort */
if (!is_geode())
Expand Down Expand Up @@ -314,11 +312,9 @@ static int __init cs553x_init(void)
do mtdconcat etc. if we want to. */
for (i = 0; i < NR_CS553X_CONTROLLERS; i++) {
if (cs553x_mtd[i]) {

/* If any devices registered, return success. Else the last error. */
mtd_parts_nb = parse_mtd_partitions(cs553x_mtd[i], NULL, &mtd_parts, 0);
mtd_device_register(cs553x_mtd[i], mtd_parts,
mtd_parts_nb);
mtd_device_parse_register(cs553x_mtd[i], NULL, 0,
NULL, 0);
err = 0;
}
}
Expand Down

0 comments on commit 8cb368a

Please sign in to comment.