]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
reset: rzg2l-usbphy-ctrl: Check pwrrdy is valid before using it
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Wed, 4 Feb 2026 13:34:27 +0000 (15:34 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 23 Feb 2026 16:03:28 +0000 (17:03 +0100)
commite0cf84109bc6c6768337123f1de24ff56b41c91b
tree04c12f8cc1a5b69bbd0e2f9b2a24b28506d1e6b5
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
reset: rzg2l-usbphy-ctrl: Check pwrrdy is valid before using it

The pwrrdy regmap_filed is allocated in rzg2l_usbphy_ctrl_pwrrdy_init()
only if the driver data is set to RZG2L_USBPHY_CTRL_PWRRDY. Check that
pwrrdy is valid before using it to avoid "Unable to handle kernel NULL
pointer dereference at virtual address" errors.

Fixes: c5b7cd9adefc ("reset: rzg2l-usbphy-ctrl: Add suspend/resume support")
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/reset-rzg2l-usbphy-ctrl.c