From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gustavo A. R. Silva" Subject: Re: [PATCH] drm/amd/display: Fix boolean expression in get_surf_rq_param Date: Thu, 21 Mar 2019 22:30:40 -0500 Message-ID: References: <20190103194845.GA26175@embeddedor> <8169baae-434e-2d08-d63f-a285d1c3457e@amd.com> <456595ea-6f20-76d7-2ff3-773724123967@embeddedor.com> <742758434301d3329b336fd9c683dc753fbdc552.camel@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <742758434301d3329b336fd9c683dc753fbdc552.camel@perches.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Joe Perches , "Wentland, Harry" , "Laktyushkin, Dmytro" , "Li, Sun peng (Leo)" , "Deucher, Alexander" , "Koenig, Christian" , "Zhou, David(ChunMing)" , David Airlie , Daniel Vetter Cc: "amd-gfx@lists.freedesktop.org" , "dri-devel@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" , stable@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org On 3/21/19 10:14 PM, Joe Perches wrote: > 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. > You're right. What might be a bug in some cases is the other way around. Thanks, Joe. -- Gustavo