]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
reset: rzg2l-usbphy-ctrl: Propagate the return value of regmap_field_update_bits()
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Fri, 9 Jan 2026 14:36:58 +0000 (16:36 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Sat, 24 Jan 2026 15:40:24 +0000 (16:40 +0100)
commit2289ccd753deeb2cfe300d97e8697680c1ce556c
tree7fcda8942ab0e865007b8d65934e1842816a15dc
parentae089de7adc4bd15c607b0045a304653cd6652e8
reset: rzg2l-usbphy-ctrl: Propagate the return value of regmap_field_update_bits()

Propagate the return value of regmap_field_update_bits() to avoid losing
any possible error. With this, the return type of
rzg2l_usbphy_ctrl_set_pwrrdy() was updated accordingly.

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