]> asedeno.scripts.mit.edu Git - linux.git/commit
USB: serial: cp210x: clean up CSIZE handling
authorJohan Hovold <johan@kernel.org>
Wed, 19 Oct 2016 13:46:38 +0000 (15:46 +0200)
committerJohan Hovold <johan@kernel.org>
Mon, 24 Oct 2016 10:00:19 +0000 (12:00 +0200)
commitc2b33559200fb3db93a599528816c88f49d4bddf
tree25b2156d6e877d9c64fb84a00811e8b11d8ba542
parent07d9a380680d1c0eb51ef87ff2eab5c994949e69
USB: serial: cp210x: clean up CSIZE handling

CSIZE is two-bit wide and only CS5 through CS8 are possible values.

Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/cp210x.c