commit | 74fb3ab9330ee4dd1a3ddf19cd0f3ef1202376d9 | [log] [tgz] |
---|---|---|
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | Thu Jun 02 18:00:01 2011 +0400 |
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | Sun Sep 11 15:02:07 2011 +0300 |
tree | d8919c292998278df6c1c21e9fd0ea94c4e311a3 | |
parent | d45fd1218897b05dfa977a49f72e6f7bdc3e2471 [diff] |
mtd: plat-ram.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>