Skip to content
Commit 3e5b3418 authored by Dongliang Mu's avatar Dongliang Mu Committed by Marc Kleine-Budde
Browse files

can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error path

The commit 1149108e ("can: mscan: improve clock API use") only
adds put_clock() in mpc5xxx_can_remove() function, forgetting to add
put_clock() in the error handling code.

Fix this bug by adding put_clock() in the error handling code.

Fixes: 1149108e

 ("can: mscan: improve clock API use")
Signed-off-by: default avatarDongliang Mu <dzm91@hust.edu.cn>
Link: https://lore.kernel.org/all/20221024133828.35881-1-mkl@pengutronix.de
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent baee5a14
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment