mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-08 04:35:48 +00:00
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
|
||
|---|---|---|
| .. | ||
| bus.c | ||
| bus.h | ||
| controller.c | ||
| controller.h | ||
| core.c | ||
| Kconfig | ||
| Makefile | ||
| ssh_msgb.h | ||
| ssh_packet_layer.c | ||
| ssh_packet_layer.h | ||
| ssh_parser.c | ||
| ssh_parser.h | ||
| ssh_request_layer.c | ||
| ssh_request_layer.h | ||
| trace.h | ||