From d30e92884e6826c74e50dc656e3ae460ffbab91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 6 Oct 2014 15:07:54 +0000 Subject: kernel: add some warnings to the old (built-in) rootfs splitter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki SVN-Revision: 42806 --- .../401-mtd-add-support-for-different-partition-parser-types.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch') diff --git a/target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch b/target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch index a434f6e..7249b30 100644 --- a/target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch +++ b/target/linux/generic/patches-3.14/401-mtd-add-support-for-different-partition-parser-types.patch @@ -11,7 +11,7 @@ Signed-off-by: Gabor Juhos --- a/drivers/mtd/mtdpart.c +++ b/drivers/mtd/mtdpart.c -@@ -798,6 +798,30 @@ static struct mtd_part_parser *get_parti +@@ -803,6 +803,30 @@ static struct mtd_part_parser *get_parti #define put_partition_parser(p) do { module_put((p)->owner); } while (0) @@ -42,7 +42,7 @@ Signed-off-by: Gabor Juhos void register_mtd_parser(struct mtd_part_parser *p) { spin_lock(&part_parser_lock); -@@ -871,6 +895,38 @@ int parse_mtd_partitions(struct mtd_info +@@ -876,6 +900,38 @@ int parse_mtd_partitions(struct mtd_info return ret; } -- cgit v1.1