Re: [PATCH] mtd: remove drivers/mtd/mw_eeprom.c

2021-01-19 Thread Tom Rini
On Sun, Dec 27, 2020 at 11:54:23AM +0100, Heinrich Schuchardt wrote: > 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

[PATCH] mtd: remove drivers/mtd/mw_eeprom.c

2020-12-27 Thread Heinrich Schuchardt
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 --- drivers/mtd/Makefile|