Re: [PATCH v2 3/8] clk: clk-s3c2410-dclk: clean up clkdev lookup leak

From: Krzysztof Kozlowski
Date: Fri Nov 02 2018 - 04:19:26 EST


On Thu, 1 Nov 2018 at 08:19, Matti Vaittinen
<matti.vaittinen@xxxxxxxxxxxxxxxxx> wrote:
>
> Use devm variant of clkdev lookup registration in order to avoid
> clkdev lookup leak at device remove.
>
> Signed-off-by: Matti Vaittinen <matti.vaittinen@xxxxxxxxxxxxxxxxx>
> ---
> drivers/clk/samsung/clk-s3c2410-dclk.c | 15 ++++++++-------
> 1 file changed, 8 insertions(+), 7 deletions(-)

Driver has suppress_bind_attrs and it cannot be built as module so
device removal should not be possible. There is no need to use devm.

Best regards,
Krzysztof