From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: [PATCH 6/7 v2] gpio: dwapb: use a second irq chip Date: Thu, 22 May 2014 11:42:57 +0200 Message-ID: <537DC6A1.3090206@linutronix.de> References: <1395505004-22650-1-git-send-email-bigeasy@linutronix.de> <1395505004-22650-7-git-send-email-bigeasy@linutronix.de> <5331F6D5.7070809@gmail.com> <53427718.30406@linutronix.de> <20140430111308.GA11829@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from www.linutronix.de ([62.245.132.108]:47927 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751621AbaEVJnC (ORCPT ); Thu, 22 May 2014 05:43:02 -0400 In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: delicious quinoa , Sebastian Hesselbarth , Alan Tull , Alexandre Courbot , "linux-gpio@vger.kernel.org" , linux-kernel , Dinh Nguyen On 05/16/2014 05:01 PM, Linus Walleij wrote: > OK this patch is ACKed by Alan so I would like to apply it but: > > Content-Type: text/plain; charset=utf-8 > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > This is not good. Quoted-printable makes the raw patch look like > that: > > - int err, irq; > + int err, irq, i; > =20 > irq =3D irq_of_parse_and_map(node, 0); > > Notice spurious =20 and =3D encoding. > > Please resend in ISO8859-1 and take this opportunity to add doesn't "git am" handle this on its own? > Alan's ACK. I will try to add his ack and tell git resent the patch. > Yours, > Linus Walleij Sebastian