linux/drivers/mtd
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
..
chips mtd: jedec_probe: use struct_size() helper for cfiq allocation 2025-09-29 18:01:43 +02:00
devices mtd: MTD_INTEL_DG should depend on DRM_I915 or DRM_XE 2025-08-28 14:22:48 +02:00
hyperbus mtd: hyperbus: hbmc-am654: drop unused module alias 2025-09-29 18:02:30 +02:00
lpddr mtd: lpddr: Remove space before newline 2025-09-11 17:34:15 +02:00
maps
nand mtd: onenand: Pass correct pointer to IRQ handler 2025-11-03 11:37:57 +01:00
parsers
spi-nor mtd: spi-nor: core: avoid odd length/address writes in 8D-8D-8D mode 2025-09-01 16:11:55 +02:00
tests
ubi block: switch ->getgeo() to struct gendisk 2025-08-13 02:59:29 -04:00
Kconfig
Makefile
ftl.c mtd: use vmalloc_array and vcalloc to simplify code 2025-09-11 17:34:15 +02:00
inftlcore.c
inftlmount.c
mtd_blkdevs.c block: switch ->getgeo() to struct gendisk 2025-08-13 02:59:29 -04:00
mtdblock.c
mtdblock_ro.c
mtdchar.c mtdchar: fix integer overflow in read/write ioctls 2025-10-22 11:53:59 +02:00
mtdconcat.c
mtdcore.c mtd: core: skip badblocks increment for blocks already known bad 2025-09-11 17:34:15 +02:00
mtdcore.h
mtdoops.c mtd: use vmalloc_array and vcalloc to simplify code 2025-09-11 17:34:15 +02:00
mtdpart.c
mtdpstore.c
mtdsuper.c
mtdswap.c mtd: use vmalloc_array and vcalloc to simplify code 2025-09-11 17:34:15 +02:00
nftlcore.c
nftlmount.c
rfd_ftl.c mtd: use vmalloc_array and vcalloc to simplify code 2025-09-11 17:34:15 +02:00
sm_ftl.c
sm_ftl.h
ssfdc.c