OSDN Git Service

USB: pl2303: make type data const
authorJohan Hovold <jhovold@gmail.com>
Thu, 2 Jan 2014 21:49:20 +0000 (22:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Jan 2014 20:42:23 +0000 (12:42 -0800)
commitb693468155f5650dcaf01089ecf2b56ab66f9271
treec23712581503f26084d7667d1e787c78329e3fdc
parent0e16114f2db4838251fb64f3b550996ad3585890
USB: pl2303: make type data const

Declare constant device-type data as const.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/pl2303.c