Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758243Ab3GXAtN (ORCPT ); Tue, 23 Jul 2013 20:49:13 -0400 Received: from mailout39.mail01.mtsvc.net ([216.70.64.83]:36553 "EHLO n12.mail01.mtsvc.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758194Ab3GXAtM (ORCPT ); Tue, 23 Jul 2013 20:49:12 -0400 Message-ID: <51EF2484.70102@hurleysoftware.com> Date: Tue, 23 Jul 2013 20:49:08 -0400 From: Peter Hurley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Greg Kroah-Hartman CC: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Jiri Slaby Subject: Re: [PATCH v2 12/20] n_tty: Factor standard per-char i/o into separate fn References: <1371305069-5366-1-git-send-email-peter@hurleysoftware.com> <1371306096-5571-1-git-send-email-peter@hurleysoftware.com> <1371306096-5571-13-git-send-email-peter@hurleysoftware.com> <20130724001259.GA9239@kroah.com> In-Reply-To: <20130724001259.GA9239@kroah.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-User: 990527 peter@hurleysoftware.com X-MT-INTERNAL-ID: 8fa290c2a27252aacf65dbc4a42f3ce3735fb2a4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1240 Lines: 31 On 07/23/2013 08:12 PM, Greg Kroah-Hartman wrote: > On Sat, Jun 15, 2013 at 10:21:28AM -0400, Peter Hurley wrote: >> Simplify __receive_buf() into a dispatch function; perform per-char >> processing for all other modes not already handled. >> >> Signed-off-by: Peter Hurley >> --- >> drivers/tty/n_tty.c | 28 ++++++++++++++++++---------- >> 1 file changed, 18 insertions(+), 10 deletions(-) > > This patch causes the warning: > drivers/tty/n_tty.c: In function ‘n_tty_receive_buf_standard’: > drivers/tty/n_tty.c:1575:21: warning: unused variable ‘ldata’ [-Wunused-variable] > to happen. > > Care to fix it up, and refresh the rest of the series (something fails > later on), and resend these so that I can apply them? Sorry about that. Working on it right now. I think these errors came out of a reordering rebase I did by hand a while back. Obviously I need to add per-patch build testing to my workflow. Time to get an SSD :) Regards, Peter Hurley -- 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/