Files
u-boot/drivers/mtd
Chris Packham a9cc75a25e mtd: nand: pxa3xx: Pass valid dev to dev_err()
info->controller.active is not initialised so the dev_err() call ends up
dereferencing a null pointer causing a crash instead of outputting the
error. Add a dev member to struct pxa3xx_nand_info and use that instead
of info->controller.active->mtd.dev.

Fixes: 661c98121d ("mtd: nand: pxa3xx: Fix not calling dev_xxx with a device")
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <stefan.roese@mailbox.org>
2026-06-10 11:23:26 +02:00
..
2025-06-02 17:26:16 -06:00
2024-09-24 13:41:20 -06:00
2025-12-05 15:04:49 -06:00
2024-10-11 11:44:48 -06:00
2024-12-17 13:17:41 -06:00
2025-06-02 17:26:16 -06:00