Searched hist:"2 d9a00705910ccea2dc5d9cba5469ff2de72fc87" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/serial/ |
H A D | cp210x.c | diff 2d9a00705910ccea2dc5d9cba5469ff2de72fc87 Mon Jul 05 10:20:10 CEST 2021 Johan Hovold <johan@kernel.org> USB: serial: cp210x: fix control-characters error handling
In the unlikely event that setting the software flow-control characters fails the other flow-control settings should still be updated (just like all other terminal settings).
Move out the error message printed by the set_chars() helper to make it more obvious that this is intentional.
Fixes: 7748feffcd80 ("USB: serial: cp210x: add support for software flow control") Cc: stable@vger.kernel.org # 5.11 Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org>
|