mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
fed99212ac
receive_buf() is called from ttyport_receive_buf() that expects values
">= 0" from serdev_controller_receive_buf(), change its return type from
ssize_t to size_t.
The need for this clean-up was noticed while fixing a warning, see
commit
|
||
---|---|---|
.. | ||
core.c | ||
Kconfig | ||
Makefile | ||
mtk.c | ||
serial.c | ||
serial.h | ||
sirf.c | ||
ubx.c | ||
usb.c |