Re: [PATCH] drm/amd/display: Fix boolean expression in get_surf_rq_param

From: Joe Perches
Date: Thu Mar 21 2019 - 23:14:47 EST


On Thu, 2019-03-21 at 22:10 -0500, Gustavo A. R. Silva wrote:
> Hi Harry,
>
> I noticed this patch is already in mainline, but the stable tag
> was removed. What is the reason for that if this bug is present
> in stable?

It's not a bug, it's just a style issue and
the && use in some compilers it may be slower.

bool when set is 1.