linux-kernelorg-stable/drivers/mtd/nand
Dan Carpenter 97315e7c90 mtd: onenand: Pass correct pointer to IRQ handler
This was supposed to pass "onenand" instead of "&onenand" with the
ampersand.  Passing a random stack address which will be gone when the
function ends makes no sense.  However the good thing is that the pointer
is never used, so this doesn't cause a problem at run time.

Fixes: e23abf4b77 ("mtd: OneNAND: S5PC110: Implement DMA interrupt method")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
2025-11-03 11:37:57 +01:00
..
onenand mtd: onenand: Pass correct pointer to IRQ handler 2025-11-03 11:37:57 +01:00
raw mtd: rawnand: cadence: fix DMA device NULL pointer dereference 2025-10-23 09:03:13 +02:00
spi mtd: spinand: fmsh: remove QE bit for FM25S01A flash 2025-11-03 11:33:04 +01:00
Kconfig mtd: nand: MTD_NAND_ECC_REALTEK should depend on HAS_DMA 2025-10-22 11:54:29 +02:00
Makefile mtd: nand: realtek-ecc: Add Realtek external ECC engine support 2025-09-29 17:54:33 +02:00
bbt.c
core.c mtd: nand: move nand_check_erased_ecc_chunk() to nand/core 2025-09-18 10:32:00 +02:00
ecc-mtk.c
ecc-mxic.c mtd: nand: ecc-mxic: Lower log level during init 2025-09-18 10:31:56 +02:00
ecc-realtek.c mtd: rawnand: realtek: Make rtl_ecc_engine_ops const 2025-10-22 11:54:42 +02:00
ecc-sw-bch.c
ecc-sw-hamming.c
ecc.c mtd: nand: ecc: fix "writen"->"written" 2025-09-10 10:02:57 +02:00
qpic_common.c