USB: serial: upd78f0730: make constants static
authorMaksim Salau <maksim.salau@gmail.com>
Mon, 24 Apr 2017 09:59:53 +0000 (12:59 +0300)
committerJohan Hovold <johan@kernel.org>
Thu, 1 Jun 2017 09:07:50 +0000 (11:07 +0200)
commit4cd4475effd8fb6fd021fc7c881b4aa74480fa9e
tree37e1ef2c15f10f75c72f6c94d3f9b5640bbcde79
parent5ed02dbb497422bf225783f46e6eadd237d23d6b
USB: serial: upd78f0730: make constants static

Some local constants don't change from call to call and are good
candidates to become static. This will prevent copying of these
constants to stack during runtime.

Signed-off-by: Maksim Salau <maksim.salau@gmail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/upd78f0730.c