From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752323AbdBFRBY (ORCPT ); Mon, 6 Feb 2017 12:01:24 -0500 Received: from mail-ot0-f195.google.com ([74.125.82.195]:35138 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752264AbdBFRBW (ORCPT ); Mon, 6 Feb 2017 12:01:22 -0500 MIME-Version: 1.0 In-Reply-To: <20170206085042.GA3726@kroah.com> References: <20170206151638.6e0f8a60@canb.auug.org.au> <20170206085042.GA3726@kroah.com> From: Ulrich Hecht Date: Mon, 6 Feb 2017 18:01:20 +0100 X-Google-Sender-Auth: PAkQ_QgW3scuXSixOOTkrZE5DIc Message-ID: Subject: Re: linux-next: build warning after merge of the tty tree To: Greg KH Cc: Stephen Rothwell , linux-next@vger.kernel.org, "linux-kernel@vger.kernel.org" , Geert Uytterhoeven Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 6, 2017 at 9:50 AM, Greg KH wrote: > On Mon, Feb 06, 2017 at 03:16:38PM +1100, Stephen Rothwell wrote: >> Hi Greg, >> >> After merging the tty tree, today's linux-next build >> (arm_multi_v7_defconfig) produced this warning: >> >> drivers/tty/serial/sh-sci.c:977:12: warning: 'scif_set_rtrg' defined but not used [-Wunused-function] >> static int scif_set_rtrg(struct uart_port *port, int rx_trig) >> ^ >> >> Introduced by commit >> >> a380ed461f66 ("serial: sh-sci: implement FIFO threshold register setting") >> >> Forgot to add a call to this new function? > > I think this is fixed by a patch I just took into my tree, which isn't > in linux-next yet. Right Ulrich? That is correct, it's called in "[PATCH v4 2/4] serial: sh-sci: SCIFA/B RX FIFO software timeout". CU Uli