Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763618Ab3ECWYR (ORCPT ); Fri, 3 May 2013 18:24:17 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:43939 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756702Ab3ECWYQ (ORCPT ); Fri, 3 May 2013 18:24:16 -0400 Date: Fri, 3 May 2013 23:24:06 +0100 From: Russell King - ARM Linux To: Thomas Gleixner Cc: LKML , Sebastian Hesselbarth , Grant Likely , Rob Herring , Rob Landley , Arnd Bergmann , Jason Cooper , Andrew Lunn , Jason Gunthorpe , Thomas Petazzoni , Gregory Clement , Ezequiel Garcia , Maxime Ripard , Jean-Francois Moine , Gerlando Falauto , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [RFC patch 4/8] genirq: generic chip: Cache per irq bit mask Message-ID: <20130503222406.GG18614@n2100.arm.linux.org.uk> References: <20130503212258.385818955@linutronix.de> <20130503214629.599155322@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130503214629.599155322@linutronix.de> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 576 Lines: 12 On Fri, May 03, 2013 at 09:50:50PM -0000, Thomas Gleixner wrote: > - u32 mask = ~(1 << (d->irq - gc->irq_base)); > + u32 mask = ~(d->mask); I suspect the above changes are all a result of a search-and-replace which results in the cosmetic parens remaining. Would be nice to get rid of them too as they're completely unnecessary. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/