From: Lothar Waßmann Date: Thu, 6 Dec 2012 07:42:28 +0000 (+0100) Subject: mtd: mxc_nand: reorder part_probes to let cmdline override other sources X-Git-Tag: v3.8-rc1~47^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=740bb0c4b0bbeb8970d62157685f6d4a261036a0;p=pandora-kernel.git mtd: mxc_nand: reorder part_probes to let cmdline override other sources The cmdline is the easiest to change source of information. Thus let it take precedence over 'RedBoot' and 'ofpart'. This makes the mxc_nand driver to be in sync with all other NAND drivers that support 'cmdlinepart' partition parsing. Also change 'const char *' to 'const char const *' as advised by checkpatch.pl Signed-off-by: Lothar Waßmann Acked-by: Sascha Hauer Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed