Jason Yan beca62c421 tty: mxser: make mxser_change_speed() return void
No other functions use the return value of mxser_change_speed() and the
return value is always 0 now. Make it return void. This fixes the
following coccicheck warning:

drivers/tty/mxser.c:645:5-8: Unneeded variable: "ret". Return "0" on
line 650

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200506061735.19369-1-yanaijie@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-05-15 14:47:05 +02:00
..
2020-05-11 08:55:10 +02:00
2019-11-13 19:01:14 +08:00
2020-03-12 17:17:30 +01:00
2019-04-16 15:21:34 +02:00
2017-11-28 15:32:33 +01:00
2017-11-08 13:08:12 +01:00
2020-04-27 09:33:21 +02:00
2019-04-16 15:21:34 +02:00