Boris Brezillon 8f347c4232 mtd: Unconditionally update ->fail_addr and ->addr in part_erase()
->fail_addr and ->addr can be updated no matter the result of
parent->_erase(), we just need to remove the code doing the same thing
in mtd_erase_callback() to avoid adjusting those fields twice.

Note that this can be done because all MTD users have been converted to
not pass an erase_info->callback() and are thus only taking the
->addr_fail and ->addr fields into account after part_erase() has
returned.

While we're at it, get rid of the erase_info->mtd field which was only
needed to let mtd_erase_callback() get the partition device back.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Richard Weinberger <richard@nod.at>
2018-03-15 18:22:26 +01:00
..
2016-10-02 22:48:14 +02:00
2015-04-13 21:05:17 +02:00
2018-01-18 00:18:50 +01:00
2016-07-29 23:31:54 +02:00
2017-03-24 15:33:32 +01:00
2017-09-13 22:05:30 +02:00
2017-03-24 15:33:32 +01:00
2016-10-02 22:48:14 +02:00
2018-01-18 00:18:50 +01:00