]> Gentwo Git Trees - linux/.git/commit
bus: fsl-mc: Check return value of platform_get_resource()
authorSalah Triki <salah.triki@gmail.com>
Mon, 25 Aug 2025 09:34:35 +0000 (10:34 +0100)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 25 Aug 2025 17:54:35 +0000 (19:54 +0200)
commit25f526507b8ccc6ac3a43bc094d09b1f9b0b90ae
tree2593e1dc5dba2379b941c5f82d9726953b12abea
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
bus: fsl-mc: Check return value of platform_get_resource()

platform_get_resource() returns NULL in case of failure, so check its
return value and propagate the error in order to prevent NULL pointer
dereference.

Fixes: 6305166c8771 ("bus: fsl-mc: Add ACPI support for fsl-mc")
Cc: stable@vger.kernel.org
Signed-off-by: Salah Triki <salah.triki@gmail.com>
Acked-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Link: https://lore.kernel.org/r/aKwuK6TRr5XNYQ8u@pc
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/bus/fsl-mc/fsl-mc-bus.c