commit | 3c68068e839eb002200f2a7e4072f0be062c64cb | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Dec 27 11:54:23 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 18 15:23:06 2021 -0500 |
tree | 25c8c987dc67ff384289e15b4a3d01c9251d220b | |
parent | ebe5d9dfff09ceb962de80cd4e1697413083e594 [diff] |
mtd: remove drivers/mtd/mw_eeprom.c drivers/mtd/mw_eeprom.c contains code that never worked. mw_eeprom_write() and mw_eeprom_read() have incorrect loop conditions: while (len <= 2) { CONFIG_MW_EEPROM is not set anywhere. So let's simply drop the module. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>