]> git.hungrycats.org Git - linux/commit
mfd: rz-mtu3: Use local variable for reset
authorCosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
Wed, 27 May 2026 14:56:04 +0000 (17:56 +0300)
committerLee Jones <lee@kernel.org>
Wed, 17 Jun 2026 10:33:03 +0000 (11:33 +0100)
commit4bf15cafe9588d0c303143b4c64c7bfc7b1a3a5d
treec391a7224e70e9253f626e1944c3a3eb9b9429ad
parented1a370da26369a26b25901685e620c12040a471
mfd: rz-mtu3: Use local variable for reset

Remove struct rz_mtu3_priv::rstc and use a local variable for it as it
is not needed outside of rz_mtu3_probe() anymore.

Signed-off-by: Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
Link: https://patch.msgid.link/20260527145606.136536-3-cosmin-gabriel.tanislav.xa@renesas.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/rz-mtu3.c