commit | 6cb03c9cb520186859a034e4e829fb591aea78b6 | [log] [tgz] |
---|---|---|
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | Thu Jun 02 18:00:35 2011 +0400 |
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | Sun Sep 11 15:02:08 2011 +0300 |
tree | 962510ab7ca49fc9a8cc600b887263ce7da4427e | |
parent | 5b55b1eb21a5aba9c6cf4e0325ac9e4dffa89435 [diff] |
mtd: edb7312.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 <Artem.Bityutskiy@nokia.com>