On Thu, 1 Nov 2018 at 08:19, Matti Vaittinen <[email protected]> wrote: > > Use devm variant of clkdev lookup registration in order to avoid > clkdev lookup leak at device remove. > > Signed-off-by: Matti Vaittinen <[email protected]> > --- > 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
