From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wilson Date: Fri, 28 Oct 2011 17:20:20 +0000 Subject: Re: [patch] drm/i915: fix if statement (bogus semi-colon) Message-Id: List-Id: References: <20111028114241.GA13603@elgon.mountain> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Keith Packard , Dan Carpenter , David Airlie Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org On Fri, 28 Oct 2011 10:10:26 -0700, Keith Packard wrote: > On Fri, 28 Oct 2011 14:42:41 +0300, Dan Carpenter wrote: > > > - if (needs_idle_maps()); > > + if (needs_idle_maps()) > > how embarrassing is that? Actually it served an ulterior purpose and by exercising the workaround showed us that it contained a more subtle bug. I believe therefore Ben did it deliberately ;-) -Chris -- Chris Wilson, Intel Open Source Technology Centre