Re: [PATCH 2/2] uio: pruss: use devm_clk_get() for clk init

2020-11-13 Thread kernel test robot
Hi Alexandru, I love your patch! Perhaps something to improve: [auto build test WARNING on char-misc/char-misc-testing] [also build test WARNING on linus/master linux/master v5.10-rc3 next-20201113] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

[PATCH 2/2] uio: pruss: use devm_clk_get() for clk init

2020-11-11 Thread Alexandru Ardelean
This change uses devm_clk_get() to obtain a reference to the clock. It has the benefit that clk_put() is no longer required, and cleans up the exit & error path. Signed-off-by: Alexandru Ardelean --- drivers/uio/uio_pruss.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff