Re: [PATCH 04/17] drm/sun4i: tcon-top: Cleanup clock handling

2018-07-10 Thread Chen-Yu Tsai
On Sat, Jul 7, 2018 at 1:51 AM, Jernej Skrabec wrote: > There is no need to acquire reference to clock just to get its name. > > This commit just cleans up the code. There is no functional change. > > Signed-off-by: Jernej Skrabec Reviewed-by: Chen-Yu Tsai __

[PATCH 04/17] drm/sun4i: tcon-top: Cleanup clock handling

2018-07-09 Thread Jernej Skrabec
There is no need to acquire reference to clock just to get its name. This commit just cleans up the code. There is no functional change. Signed-off-by: Jernej Skrabec --- drivers/gpu/drm/sun4i/sun8i_tcon_top.c | 48 ++ 1 file changed, 11 insertions(+), 37 deletions(-) d