Re: [Freedreno] [PATCH] drm/msm/dpu: ignore NULL clocks

2019-11-16 Thread Stephen Boyd
Quoting Rob Clark (2019-11-14 10:51:50) > From: Rob Clark > > This isn't an error. Also the clk APIs handle the NULL case, so we can > just delete the check. > > Signed-off-by: Rob Clark > Tested-by: Matthias Kaehlcke > --- Acked-by: Stephen Boyd

Re: [Freedreno] [PATCH] drm/msm/dpu: ignore NULL clocks

2019-11-14 Thread Linus Walleij
On Thu, Nov 14, 2019 at 7:54 PM Rob Clark wrote: > From: Rob Clark > > This isn't an error. Also the clk APIs handle the NULL case, so we can > just delete the check. > > Signed-off-by: Rob Clark > Tested-by: Matthias Kaehlcke Reviewed-by: Linus Walleij Yours, Linus Walleij

[Freedreno] [PATCH] drm/msm/dpu: ignore NULL clocks

2019-11-14 Thread Rob Clark
From: Rob Clark This isn't an error. Also the clk APIs handle the NULL case, so we can just delete the check. Signed-off-by: Rob Clark Tested-by: Matthias Kaehlcke --- drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c | 26 ++--- 1 file changed, 7 insertions(+), 19 deletions(-)