From: Atsushi Nemoto Date: Fri, 6 Mar 2009 11:01:08 +0000 (+0900) Subject: [MTD] mtdpart: Make all partition parsers return allocated array X-Git-Tag: v2.6.30-rc1~143^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17b536cc43bcf2afcc20b4812f93a895881b5f4f;p=pandora-kernel.git [MTD] mtdpart: Make all partition parsers return allocated array Currently redboot and afx parser return allocated mtd_partition array and cmdlinepart and ar7 return persistent array. This patch make cmdlinepart and ar7 also return allocated array, so that all users can free it regardless of parser type. Signed-off-by: Atsushi Nemoto Signed-off-by: David Woodhouse --- Reading git-diff-tree failed