]> asedeno.scripts.mit.edu Git - linux.git/commit
USB: serial: ftdi_sio: constify ftdi_sio_quirk structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 9 Apr 2016 11:02:28 +0000 (13:02 +0200)
committerJohan Hovold <johan@kernel.org>
Mon, 25 Apr 2016 10:38:06 +0000 (12:38 +0200)
commit3c77f7c9e96bc40ac6985dd595cdd551afd34f2e
tree05783c2b12071d9e38e8136f2f3e4d8ec6fcdd6d
parent02da2d72174c61988eb4456b53f405e3ebdebce4
USB: serial: ftdi_sio: constify ftdi_sio_quirk structures

The ftdi_sio_quirk structures are never modified, so declare them as
const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/ftdi_sio.c