Re: [PATCH] tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: build warning after merge of the tty.current tree)

2013-05-22 Thread Greg KH
On Wed, May 22, 2013 at 11:13:38AM +0400, Matwey V. Kornilov wrote: > From: Matwey V. Kornilov > > Fix build warning at mxser.c introduced by dfc7b837c7f9 > > Signed-off-by: Matwey V. Kornilov > --- You forgot to add "reported-by:" :( I'll go do it by hand... thanks, greg k-h -- To unsubscr

[PATCH] tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: build warning after merge of the tty.current tree)

2013-05-22 Thread Matwey V. Kornilov
From: Matwey V. Kornilov Fix build warning at mxser.c introduced by dfc7b837c7f9 Signed-off-by: Matwey V. Kornilov --- diff --git a/drivers/tty/mxser.c b/drivers/tty/mxser.c index f97b196..4c4a236 100644 --- a/drivers/tty/mxser.c +++ b/drivers/tty/mxser.c @@ -1674,15 +1674,15 @@ static int mx

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

2013-05-21 Thread Stephen Rothwell
Hi Greg, After merging the tty.current tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/tty/mxser.c: In function 'mxser_ioctl': drivers/tty/mxser.c:1680:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] int p; ^ Intr