[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4355729.LvFx2qVVIh@kista>
Date: Fri, 19 Nov 2021 16:59:43 +0100
From: Jernej Škrabec <jernej.skrabec@...il.com>
To: Maxime Ripard <mripard@...nel.org>, Chen-Yu Tsai <wens@...e.org>,
David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
dri-devel@...ts.freedesktop.org,
linux-arm-kernel@...ts.infradead.org, linux-sunxi@...ts.linux.dev,
linux-kernel@...r.kernel.org, Bernard Zhao <bernard@...o.com>
Cc: Bernard Zhao <bernard@...o.com>
Subject: Re: [PATCH] drm/sun4i: remove no need type conversion to bool
Hi Bernard!
Dne torek, 16. november 2021 ob 03:14:49 CET je Bernard Zhao napisal(a):
> This change is to cleanup the code a bit.
>
> Signed-off-by: Bernard Zhao <bernard@...o.com>
Acked-by: Jernej Skrabec <jernej.skrabec@...il.com>
Best regards,
Jernej
> ---
> drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c b/drivers/gpu/drm/
sun4i/sun4i_hdmi_tmds_clk.c
> index fbf7da9d9592..25e6f85fed0b 100644
> --- a/drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c
> +++ b/drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c
> @@ -49,7 +49,7 @@ static unsigned long sun4i_tmds_calc_divider(unsigned long
rate,
> (rate - tmp_rate) < (rate - best_rate))
{
> best_rate = tmp_rate;
> best_m = m;
> - is_double = (d == 2) ? true :
false;
> + is_double = (d == 2);
> }
> }
> }
> --
> 2.33.1
>
>
Powered by blists - more mailing lists