USB: serial: cp210x: clean up control-request timeout
authorJohan Hovold <johan@kernel.org>
Mon, 5 Jul 2021 08:20:12 +0000 (10:20 +0200)
committerJohan Hovold <johan@kernel.org>
Fri, 30 Jul 2021 15:19:35 +0000 (17:19 +0200)
commitbefc28a720362cb2b14601b5ba3d1f4c600ffaec
treec9823bb51dfc65aad97813768fe85962724f356b
parentba4bbdabecd11530dca78dbae3ee7e51ffdc0a06
USB: serial: cp210x: clean up control-request timeout

For consistency use the USB_CTRL_GET_TIMEOUT define for the
read-register request timeout (same value as USB_CTRL_SET_TIMEOUT).

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/cp210x.c