From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Tue, 19 May 2015 12:21:34 +0100 Subject: [PATCH v3 01/17] mfd: add new driver for Sharp LoCoMo In-Reply-To: <20150519103828.GU22418@x1> References: <1431880077-26321-1-git-send-email-dbaryshkov@gmail.com> <1431880077-26321-2-git-send-email-dbaryshkov@gmail.com> <20150519103828.GU22418@x1> Message-ID: <20150519112134.GD2067@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, May 19, 2015 at 11:38:28AM +0100, Lee Jones wrote: > On Sun, 17 May 2015, Dmitry Eremin-Solenikov wrote: > > +static void locomo_mask_irq(struct irq_data *d) > > +{ > > + struct locomo *ldev = irq_data_get_irq_chip_data(d); > > + unsigned int mask = 0x0010 << d->hwirq; > > This also needs defining. > > Why not > BIT(d->hwirq + 1) I think your maths is off... 0x0010 << d->hwirq != BIT(d->hwirq + 1) -- FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up according to speedtest.net.