openwrt/target/linux/generic/files/drivers/mtd/mtdsplit
Christian Marangi 2acf18bf4d
kernel: mtdsplit_h3c_vfs: use -ENOENT instead of -ENODEV
New linux version will check the return code of parser on subpartitions.
The only valid case for skipping a parser with an error is -ENOENT.

Change the relevant entry to -ENOENT.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-20 23:42:11 +01:00
..
Kconfig generic: add mstc-boot mtdsplit parser 2025-07-20 16:12:56 +02:00
Makefile generic: add mstc-boot mtdsplit parser 2025-07-20 16:12:56 +02:00
mtdsplit_bcm63xx.c
mtdsplit_bcm_wfi.c
mtdsplit_brnimage.c
mtdsplit_cfe_bootfs.c
mtdsplit_elf.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit_eva.c
mtdsplit_fit.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit_h3c_vfs.c kernel: mtdsplit_h3c_vfs: use -ENOENT instead of -ENODEV 2025-11-20 23:42:11 +01:00
mtdsplit_jimage.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit_lzma.c generic: mtdsplit: include appropriate header for kernel 6.12 2025-04-30 16:26:46 +02:00
mtdsplit_minor.c kernel: mtdsplit_minor: accept bootimage filename 2024-10-30 11:15:34 +01:00
mtdsplit_mstc_boot.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit_seama.c
mtdsplit_seil.c kernel: generic: mtdsplit_seil: use -ENOENT instead of -ENODEV 2025-11-20 23:42:11 +01:00
mtdsplit_squashfs.c
mtdsplit_tplink.c
mtdsplit_trx.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit_uimage.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit_wrgg.c
mtdsplit.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit.h kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00