Re: [PATCH 03/11] serial: sunsab: constify uart_ops structures

2017-08-13 Thread David Miller
From: Julia Lawall Date: Sun, 13 Aug 2017 08:21:42 +0200 > These uart_ops structures are only stored in the ops field of a > uart_port structure and this fields is const, so the uart_ops > structures can also be const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Acke

[PATCH 03/11] serial: sunsab: constify uart_ops structures

2017-08-12 Thread Julia Lawall
These uart_ops structures are only stored in the ops field of a uart_port structure and this fields is const, so the uart_ops structures can also be const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/tty/serial/sunsab.c |2 +- 1 file changed, 1 insertion(+), 1