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

2016-04-18 Thread Greg Kroah-Hartman
On Sun, Apr 17, 2016 at 10:29:51PM +0530, Sudip Mukherjee wrote: > On Sunday 17 April 2016 06:09 AM, Greg Kroah-Hartman wrote: > > On Sun, Apr 17, 2016 at 02:12:47AM +0200, Arnd Bergmann wrote: > > > The patch to make uartlite_be/uartlite_le const was well-intended but > > > caused a new build warn

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

2016-04-17 Thread Sudip Mukherjee
On Sunday 17 April 2016 06:09 AM, Greg Kroah-Hartman wrote: On Sun, Apr 17, 2016 at 02:12:47AM +0200, Arnd Bergmann wrote: 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/uartli

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

2016-04-16 Thread Greg Kroah-Hartman
On Sun, Apr 17, 2016 at 02:12:47AM +0200, Arnd Bergmann wrote: > 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' quali