Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1574997

Re: linux-next: build warning after merge of the tty tree

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Newsgroups linux.kernel
Subject Re: linux-next: build warning after merge of the tty tree
Date Mon, 06 Feb 2017 18:10:01 +0100
Message-ID <t7UXD-7LS-9@gated-at.bofh.it> (permalink)
References <t7IWt-8mh-3@gated-at.bofh.it> <t7Nju-2A1-51@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=gDSGlGXVjN/OAWBLTpb9m0OqjTV1+Pf8bk9ZbV/Dq1k=; b=INmVcUbtHMKrAKnNTGjXN+w3A8N+iF9ZYDXQjzXrCL/tTO7vXSKeO3TjAwF5Wzl5Rw rUWQk1Nf+VBg85Wfa3OxdExrfYFDTQL2lwuQUFhIiR5pzsNCQOTn1p7n9Y1npmpaHabl Tjx33DmTFJXyB1I2AhQQz7G5pa5SjCY/X4/fcG6wQDgUCPAtogTu1oJzug0h2LFkJklT 1IQadMzwCNE2IcrHwk6jWUMxufEUhqy+AzBiYV4DAaMnXIQ64wJKhUX8Nz28NMmDfUJv Xh4vkHZZyhlMBL7F/906n69EnMyu62pQxUgmf5lqQwGDbY3Q0WC66q6bnj956fCpiQDQ Se2A==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=gDSGlGXVjN/OAWBLTpb9m0OqjTV1+Pf8bk9ZbV/Dq1k=; b=Dg3U3v21Wmv94hw8k7fTBlxwK4FbhqZmDt5747i20RgECqofZ+8OV1RbwXYDh5YQrr zYBf9n6f6184BmQ1FocAL1MvUHdyWmLhOBvQn1GoZTWL+7+ml8nQJPOicBwYMBClJITH iWw8YCR2q/l1u39hPhjB907F3knO/jTBPJRLTyPNrHDh+HOl0kFPOdLnV9PWKOs5QmMC s/8h6+rF6UYRLVk2b+SXSFa+MY0O/xj3tO4H9sxQiBJI9lrFfiC6Zrj/D3EleLyceh1I +RQR0/uhFqm6ErEWf3PHbgmWKyk909XHvg/AIzABmn3jrFDbFSxq9rxhQOMbnDEEXF0P t0vQ==
X-Gm-Message-State AMke39m05bpnvnAGAiW4G0GcVHrjvPYMtnGZYnnYpWQ0vc5XYjjqDn25Ev5+TnKE7/esK0dAT6sag+TZnu1wZw==
X-Received by 10.157.63.211 with SMTP id i19mr4819518ote.63.1486400481050; Mon, 06 Feb 2017 09:01:21 -0800 (PST)
MIME-Version 1.0
X-Google-Sender-Auth PAkQ_QgW3scuXSixOOTkrZE5DIc
Content-Type text/plain; charset=UTF-8
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 25
Organization linux.* mail to news gateway
X-Original-Cc Stephen Rothwell <sfr@canb.auug.org.au>, linux-next@vger.kernel.org, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, Geert Uytterhoeven <geert+renesas@glider.be>
X-Original-Date Mon, 6 Feb 2017 18:01:20 +0100
X-Original-Message-ID <CAO3366y+pGVY78BDtgkeqDenKqfnhdpxaRRFPUjnw2bwoMGYnQ@mail.gmail.com>
X-Original-References <20170206151638.6e0f8a60@canb.auug.org.au> <20170206085042.GA3726@kroah.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1574997

Show key headers only | View raw


On Mon, Feb 6, 2017 at 9:50 AM, Greg KH <greg@kroah.com> 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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

linux-next: build warning after merge of the tty tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-02-06 05:20 +0100
  Re: linux-next: build warning after merge of the tty tree Greg KH <greg@kroah.com> - 2017-02-06 10:00 +0100
    Re: linux-next: build warning after merge of the tty tree Ulrich Hecht <ulrich.hecht+renesas@gmail.com> - 2017-02-06 18:10 +0100
      Re: linux-next: build warning after merge of the tty tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-02-06 23:40 +0100
        Re: linux-next: build warning after merge of the tty tree Greg KH <greg@kroah.com> - 2017-02-07 09:40 +0100
          Re: linux-next: build warning after merge of the tty tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-02-07 12:20 +0100

csiph-web