Re: [PATCH] serial-uartlite: un-constify uartlite_be/uartlite_le

2016-04-19 Thread Greg Kroah-Hartman
c...@sunsite.dk], Jiri Slaby [mailto:jsl...@suse.com], Rich Felker > [mailto:dal...@libc.org], linux-ser...@vger.kernel.org, > linux-kernel@vger.kernel.org > Sent: Tue, 19 Apr 2016 08:12:36 +0200 > Subject: Re: [PATCH] serial-uartlite: un-constify uartlite_be/uartlite_le > >

Re: [PATCH] serial-uartlite: un-constify uartlite_be/uartlite_le

2016-04-19 Thread Maarten Brock
...@libc.org], linux-ser...@vger.kernel.org, linux-kernel@vger.kernel.org Sent: Tue, 19 Apr 2016 08:12:36 +0200 Subject: Re: [PATCH] serial-uartlite: un-constify uartlite_be/uartlite_le > On Thu, Mar 10, 2016 at 10:08:01AM +0100, Maarten Brock wrote: > > I've created a version 2 of this pat

Re: [PATCH] serial-uartlite: un-constify uartlite_be/uartlite_le

2016-04-18 Thread Greg Kroah-Hartman
On Thu, Mar 10, 2016 at 10:08:01AM +0100, Maarten Brock wrote: > I've created a version 2 of this patch immediately which fixes the warning, > but somehow this stays ignored. > > Please apply my second patch! Sorry, it was too late, my fault. greg k-h

Re: [PATCH] serial-uartlite: un-constify uartlite_be/uartlite_le

2016-03-10 Thread Maarten Brock
I've created a version 2 of this patch immediately which fixes the warning, but somehow this stays ignored. Please apply my second patch! Maarten > The patch to make uartlite_be/uartlite_le const was well-intended but > caused a new build warning: > > tty/serial/uartlite.c: In function 'ulite_re

[PATCH] serial-uartlite: un-constify uartlite_be/uartlite_le

2016-03-09 Thread Arnd Bergmann
The patch to make uartlite_be/uartlite_le const was well-intended but caused a new build warning: tty/serial/uartlite.c: In function 'ulite_request_port': tty/serial/uartlite.c:348:21: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers] tty/serial/