Re: [PATCH] firmware: edd: Remove redundant condition
From: Greg KH
Date: Wed Apr 20 2022 - 13:31:53 EST
On Fri, Mar 18, 2022 at 10:33:12PM +0000, 白浩文 wrote:
> Dear Greg KH
>
> But the logic here is:
> (!A || (A && B))
> not:
> (!A || A && B)
>
> as you write
>
> No, what I wrote is
>
> the logic here is:
> (!A || (A && B))
> Is the same:
> (!A || B)
That is not what your changelog text says, and I quote:
> > The logic !A || A && B is equivalent to !A || B. so we have
> > to make code clear.
(note, top-posting is horrid and is why we do not do this, please fix
this in the future.)
So can you please fix up your changelog text to be correct and resend
it?
thanks,
greg k-h