From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 82681] gpu/drm/radeon/cik.c:1849: bad nested conditions ? Date: Thu, 21 Aug 2014 16:55:03 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by gabe.freedesktop.org (Postfix) with ESMTP id 3E7116E789 for ; Thu, 21 Aug 2014 09:55:07 -0700 (PDT) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 639BA20172 for ; Thu, 21 Aug 2014 16:55:06 +0000 (UTC) Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52]) by mail.kernel.org (Postfix) with ESMTP id C27B72018A for ; Thu, 21 Aug 2014 16:55:03 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugzilla.kernel.org/show_bug.cgi?id=82681 Alex Deucher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexdeucher@gmail.com --- Comment #2 from Alex Deucher --- Earlier versions of the code had the core part of the loop split out into a separate function so it needed the additional checks in case it was called from elsewhere. I left them in as a reminder in case the code is ever restructured. -- You are receiving this mail because: You are watching the assignee of the bug.