commit | 769dc431869a021b85feca607c7800c59822de9c | [log] [tgz] |
---|---|---|
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | Thu Jun 02 18:00:06 2011 +0400 |
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | Sun Sep 11 15:02:07 2011 +0300 |
tree | 745930c6ec2123ac041a3fd065301b46f7f23dc1 | |
parent | c77d8092c761bc0ee219fd869e6cde876e2b7aa4 [diff] |
mtd: sa1100-flash.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>