commit | cc74bd1d218053cefc6323721512808d36a1bfb1 | [log] [tgz] |
---|---|---|
author | Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> | Tue Dec 15 01:45:16 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 06 22:31:47 2016 -0800 |
tree | 446264d65f2d31d446b4893e280884dec22cb12e | |
parent | 5a43140cc4a59eda4549cc3b74989efa77973158 [diff] |
tty: serial: constify psc_ops structs Constifies psc_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 <Julia.Lawall@lip6.fr> Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>