mbox series

[0/3] code optimization for mtd

Message ID 20210408111514.1011020-1-yukuai3@huawei.com (mailing list archive)
Headers show
Series code optimization for mtd | expand

Message

Yu Kuai April 8, 2021, 11:15 a.m. UTC
Yu Kuai (3):
  mtd: rawnand: mtk: remove redundant dev_err call in mtk_ecc_probe()
  mtd: plat-ram: remove redundant dev_err call in platram_probe()
  mtd: phram: Fix error return code in phram_setup()

 drivers/mtd/devices/phram.c    | 1 +
 drivers/mtd/maps/plat-ram.c    | 1 -
 drivers/mtd/nand/raw/mtk_ecc.c | 4 +---
 3 files changed, 2 insertions(+), 4 deletions(-)