Skip to content
Commit c7a639da authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Alexandre Belloni
Browse files

rtc: jz4740: Make sure clock provider gets removed



The jz4740 RTC driver registers a clock provider, but never removes it.
This leaves a stale clock provider behind that references freed clocks when
the device is unbound.

Use the managed `devm_of_clk_add_hw_provider()` instead of
`of_clk_add_hw_provider()` to make sure the provider gets automatically
removed on unbind.

Fixes: 5ddfa148 ("rtc: jz4740: Register clock provider for the CLK32K pin")
Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Link: https://lore.kernel.org/r/20230409162544.16155-1-lars@metafoo.de


Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent d31d7300
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment