From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH v2 07/10] drivers: PL011: move cts_event workaround into separate function Date: Sat, 7 Mar 2015 04:00:17 +0100 Message-ID: <20150307030017.GA29063@kroah.com> References: <1425491994-23913-1-git-send-email-andre.przywara@arm.com> <1425491994-23913-8-git-send-email-andre.przywara@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1425491994-23913-8-git-send-email-andre.przywara@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Andre Przywara Cc: rob.herring@linaro.org, linux@arm.linux.org.uk, arnd@arndb.de, linux-serial@vger.kernel.org, jslaby@suse.cz, Dave.Martin@arm.com, linux-arm-kernel@lists.infradead.org List-Id: linux-serial@vger.kernel.org On Wed, Mar 04, 2015 at 05:59:51PM +0000, Andre Przywara wrote: > To avoid lines with more than 80 characters and to make the > pl011_int() function more readable, move the workaround out into a > separate function. > > Signed-off-by: Andre Przywara > > Conflicts: > > drivers/tty/serial/amba-pl011.c Why is this here in the changelog? It doesn't make sense when sending patches out :) Please fix up and resend the patches I didn't apply. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Sat, 7 Mar 2015 04:00:17 +0100 Subject: [PATCH v2 07/10] drivers: PL011: move cts_event workaround into separate function In-Reply-To: <1425491994-23913-8-git-send-email-andre.przywara@arm.com> References: <1425491994-23913-1-git-send-email-andre.przywara@arm.com> <1425491994-23913-8-git-send-email-andre.przywara@arm.com> Message-ID: <20150307030017.GA29063@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Mar 04, 2015 at 05:59:51PM +0000, Andre Przywara wrote: > To avoid lines with more than 80 characters and to make the > pl011_int() function more readable, move the workaround out into a > separate function. > > Signed-off-by: Andre Przywara > > Conflicts: > > drivers/tty/serial/amba-pl011.c Why is this here in the changelog? It doesn't make sense when sending patches out :) Please fix up and resend the patches I didn't apply. thanks, greg k-h