Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347222
b: refs/heads/master
c: 740bb0c
h: refs/heads/master
v: v3
  • Loading branch information
Lothar Waßmann authored and Artem Bityutskiy committed Dec 10, 2012
1 parent d0b0bcb commit 8ef6c53
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c10d8ee3feaf725007e515b5f2972dffaa793f9a
refs/heads/master: 740bb0c4b0bbeb8970d62157685f6d4a261036a0
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/nand/mxc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ static struct nand_ecclayout nandv2_hw_eccoob_4k = {
}
};

static const char *part_probes[] = { "RedBoot", "cmdlinepart", "ofpart", NULL };
static const char const *part_probes[] = {
"cmdlinepart", "RedBoot", "ofpart", NULL };

static void memcpy32_fromio(void *trg, const void __iomem *src, size_t size)
{
Expand Down

0 comments on commit 8ef6c53

Please sign in to comment.