[PATCH] drm/amd/display: Fix boolean expression in get_surf_rq_param
Joe Perches
joe at perches.com
Fri Mar 22 03:14:41 UTC 2019
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.
More information about the amd-gfx
mailing list