commit | f44dcbd06236ecc610bd03abeceac77a21cb019e | [log] [tgz] |
---|---|---|
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | Thu Jun 02 17:59:59 2011 +0400 |
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | Sun Sep 11 15:02:12 2011 +0300 |
tree | b12bc0b5a94d4d9c64ed28ead9bb14f1fa9e51ef | |
parent | fbcf62a32be1e897a1d730af430758f881f8ef35 [diff] |
mtd: physmap_of.c: use mtd_device_parse_register Replace custom invocations of parse_mtd_partitions and mtd_device_register with common mtd_device_parse_register call. This would bring: standard handling of all errors, fallback to default partitions, etc. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>