commit | 5003403b87283a5e304e0248918ef678dbd24d59 | [log] [tgz] |
---|---|---|
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | Thu Jun 02 17:59:44 2011 +0400 |
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | Sun Sep 11 15:02:06 2011 +0300 |
tree | ee4f098919f4c9ba3b7731b5954ab1bc085b1f99 | |
parent | 8db2a08ee469c1fcad5354c1144a673d88434424 [diff] |
mtd: impa7.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. Artem: rename static_partitions to make lines shorter and align the way this driver prefers. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>