]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: onenand/generic.c: use mtd_device_parse_register
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 2 Jun 2011 14:01:10 +0000 (18:01 +0400)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 16 Aug 2011 13:44:47 +0000 (16:44 +0300)
commit2c3ed6eb5e06185be01bf8bc6a9d0b65d0577daf
treeaa741d1ef782c114a0add9bac710f8f66ef6b8af
parenta43a06596cb3a500126f350d7831689aee81a0ee
mtd: onenand/generic.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>
drivers/mtd/onenand/generic.c