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

2020-09-29 Thread miaoqinglang
在 2020/9/29 15:32, Greg KH 写道: On Tue, Sep 29, 2020 at 02:41:27PM +0800, miaoqinglang wrote: 在 2020/9/29 14:01, Stephen Rothwell 写道: Hi all, After merging the tty tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/tty/serial/mvebu-uart.c: In function 'mve

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

2020-09-29 Thread Greg KH
On Tue, Sep 29, 2020 at 02:41:27PM +0800, miaoqinglang wrote: > > > 在 2020/9/29 14:01, Stephen Rothwell 写道: > > Hi all, > > > > After merging the tty tree, today's linux-next build (x86_64 allmodconfig) > > produced this warning: > > > > drivers/tty/serial/mvebu-uart.c: In function 'mvebu_uart_

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

2020-09-28 Thread miaoqinglang
在 2020/9/29 14:01, Stephen Rothwell 写道: Hi all, After merging the tty tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/tty/serial/mvebu-uart.c: In function 'mvebu_uart_probe': drivers/tty/serial/mvebu-uart.c:806:6: warning: unused variable 'ret' [-Wunused-

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

2020-09-28 Thread Stephen Rothwell
Hi all, After merging the tty tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/tty/serial/mvebu-uart.c: In function 'mvebu_uart_probe': drivers/tty/serial/mvebu-uart.c:806:6: warning: unused variable 'ret' [-Wunused-variable] 806 | int ret, id, irq; |

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

2020-09-09 Thread Greg KH
On Wed, Sep 09, 2020 at 03:56:54PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the tty tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/tty/serial/8250/8250_bcm2835aux.c: In function > 'bcm2835aux_serial_probe': > drivers/tty/serial/8250

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

2020-09-08 Thread Stephen Rothwell
Hi all, After merging the tty tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/tty/serial/8250/8250_bcm2835aux.c: In function 'bcm2835aux_serial_probe': drivers/tty/serial/8250/8250_bcm2835aux.c:154:3: warning: ignoring return value of 'dev_err_probe' decla

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

2018-09-18 Thread Stephen Rothwell
Hi Greg, After merging the tty tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/tty/serial/kgdboc.c:134:12: warning: 'kgdboc_option_setup' defined but not used [-Wunused-function] static int kgdboc_option_setup(char *opt) ^~~ Intro

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

2018-07-23 Thread Andy Shevchenko
On Mon, 2018-07-23 at 15:39 +1000, 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/8250/8250_exar.c: In function 'pci_xr17v35x_setup': > drivers/tty/serial/8250/8250_exar.c:380:31:

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

2018-07-22 Thread Stephen Rothwell
Hi Greg, After merging the tty tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/tty/serial/8250/8250_exar.c: In function 'pci_xr17v35x_setup': drivers/tty/serial/8250/8250_exar.c:380:31: warning: unused variable 'board' [-Wunused-variable] const struct exa

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

2017-02-07 Thread Stephen Rothwell
Hi Greg, On Tue, 7 Feb 2017 09:37:31 +0100 Greg KH wrote: > > On Tue, Feb 07, 2017 at 09:37:09AM +1100, Stephen Rothwell wrote: > > > > I don't see that commit in any tree I have fetched. > > That is correct, it's in my "testing" branch that I use to stage things > in before it gets sent to t

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

2017-02-07 Thread Greg KH
On Tue, Feb 07, 2017 at 09:37:09AM +1100, Stephen Rothwell wrote: > Hi all, > > On Mon, 6 Feb 2017 18:01:20 +0100 Ulrich Hecht > wrote: > > > > On Mon, Feb 6, 2017 at 9:50 AM, Greg KH wrote: > > > > > > I think this is fixed by a patch I just took into my tree, which isn't > > > in linux-next y

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

2017-02-06 Thread Stephen Rothwell
Hi all, On Mon, 6 Feb 2017 18:01:20 +0100 Ulrich Hecht wrote: > > On Mon, Feb 6, 2017 at 9:50 AM, Greg KH wrote: > > > > 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

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

2017-02-06 Thread Ulrich Hecht
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_

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

2017-02-06 Thread Greg KH
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] > s

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

2017-02-05 Thread Stephen Rothwell
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) ^ Introd

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

2016-01-20 Thread Greg KH
On Thu, Jan 21, 2016 at 12:56:18PM +1100, Stephen Rothwell wrote: > Hi Greg, > > After merging the tty tree (now in Linus' tree, sorry for not pointing > it out earlier), today's linux-next build (multi_v7_defconfig) produced > this warning: > > drivers/tty/serial/amba-pl011.c:190:27: warning: 'v

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

2016-01-20 Thread Stephen Rothwell
Hi Greg, After merging the tty tree (now in Linus' tree, sorry for not pointing it out earlier), today's linux-next build (multi_v7_defconfig) produced this warning: drivers/tty/serial/amba-pl011.c:190:27: warning: 'vendor_zte' defined but not used [-Wunused-variable] static struct vendor_data

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

2015-03-10 Thread Greg KH
On Tue, Mar 10, 2015 at 09:23:18AM +0100, Uwe Kleine-König wrote: > Hello Greg, > > On Tue, Mar 10, 2015 at 04:28:16PM +1100, Stephen Rothwell wrote: > > After merging the tty tree, today's linux-next build (arm > > multi_v7_defconfig) produced this warning: > > > > drivers/tty/serial/imx.c: In f

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

2015-03-10 Thread Uwe Kleine-König
Hello Greg, On Tue, Mar 10, 2015 at 04:28:16PM +1100, Stephen Rothwell wrote: > After merging the tty tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/tty/serial/imx.c: In function 'imx_set_termios': > drivers/tty/serial/imx.c:1301:7: warning: suggest e

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

2015-03-09 Thread Stephen Rothwell
Hi Greg, After merging the tty tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/tty/serial/imx.c: In function 'imx_set_termios': drivers/tty/serial/imx.c:1301:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (port->rs485.f