Re: [PATCH] drivers/video/fbdev:modify 0 to NULL

From: Chunyou Tang
Date: Wed Mar 17 2021 - 22:58:28 EST


Hi,Gustavo

On Wed, 17 Mar 2021 20:54:41 -0500
"Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx> wrote:

> On 3/17/21 21:47, Chunyou Tang wrote:
>
> > I think "if (info == NULL)" is more intuitive,and there have many
> > compare likes "if (info == NULL)" in this file.
>
> In that case, all those instances should be changed to if (!foo),
> instead.
>
> --
> Gustavo

OK,I change it.

--
ChunyouTang