mbox series

[0/2] mtd: mtdconcat: Fix callback functions check

Message ID 20210731023243.3977104-1-chengzhihao1@huawei.com
Headers show
Series mtd: mtdconcat: Fix callback functions check | expand

Message

Zhihao Cheng July 31, 2021, 2:32 a.m. UTC
Patch 1: Check subdev's master mtd device's callback function while
making concatenated device.
Patch 2: Remove bad callback function assignments.

Zhihao Cheng (2):
  mtd: mtdconcat: Judge callback function existence getting from master
    for each partition
  mtd: mtdconcat: Remove concat_{read|write}_oob

 drivers/mtd/mtdconcat.c | 123 +++-------------------------------------
 1 file changed, 8 insertions(+), 115 deletions(-)