在 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
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_
在 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-
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;
|
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
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
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
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:
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
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
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
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
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_
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
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
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
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
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
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
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
20 matches
Mail list logo