Re: [PATCH] tty: serial: constify uartlite_reg_ops structs

2015-12-15 Thread Aya Mahfouz
On Tue, Dec 15, 2015 at 01:42:05AM +0200, Aya Mahfouz wrote: > Constifies uartlite_reg_ops structures in tty's > serial port driver since they are not modified > after their initialization. > > Detected and found using Coccinelle. > > Suggested-by: Julia Lawall > Signed-off-by: Aya Mahfouz > --

[PATCH] tty: serial: constify uartlite_reg_ops structs

2015-12-14 Thread Aya Mahfouz
Constifies uartlite_reg_ops structures in tty's serial port driver since they are not modified after their initialization. Detected and found using Coccinelle. Suggested-by: Julia Lawall Signed-off-by: Aya Mahfouz --- drivers/tty/serial/uartlite.c | 8 1 file changed, 4 insertions(+),