mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 03:29:11 +02: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
|
||
|---|---|---|
| .. | ||
| core.c | ||
| firmware.c | ||
| firmware.h | ||
| i2c.c | ||
| Kconfig | ||
| Makefile | ||
| nci.c | ||
| nci.h | ||
| phy_common.c | ||
| phy_common.h | ||
| s3fwrn5.h | ||
| uart.c | ||