Nikita Shubin
660d8e4fe9
serial: ns16550: Fix return-type warning
Fix compiler warning:
drivers/serial/ns16550.c: In function ‘serial_in_dynamic’:
drivers/serial/ns16550.c:153:1: warning: control reaches end
of non-void function [-Wreturn-type]
153 | }
| ^
Observed with gcc 15.2.1:
$ riscv64-unknown-linux-gnu-gcc --version
riscv64-unknown-linux-gnu-gcc (Gentoo 15.2.1_p20260214 p5) 15.2.1
Fixes: 62cbde4c4e ("serial: ns16550: Support run-time configuration")
Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
Reviewed-by: Tom Rini <trini@konsulko.com>
2026-03-13 13:21:59 -06:00
..
2025-11-17 10:43:21 -06:00
2025-10-13 16:13:21 +02:00
2025-07-29 13:14:47 -06:00
2026-02-17 13:50:22 -06:00
2026-02-18 16:35:12 -06:00
2025-10-30 12:32:12 -06:00
2025-08-13 15:17:46 +02:00
2026-03-13 02:57:15 +08:00
2026-03-13 02:56:52 +08:00
2026-03-03 10:34:45 -06:00
2026-03-09 15:26:34 -06:00
2026-01-02 15:51:54 -06:00
2026-02-14 11:06:46 -06:00
2026-01-15 09:25:21 +01:00
2026-03-10 12:35:02 -06:00
2026-02-19 11:27:51 +01:00
2026-03-09 15:26:34 -06:00
2026-02-14 11:06:46 -06:00
2026-02-13 16:04:40 +02:00
2026-03-09 15:26:34 -06:00
2026-03-09 15:26:34 -06:00
2026-01-09 09:08:14 -06:00
2025-07-18 12:22:09 -06:00
2025-11-20 09:17:58 +01:00
2026-02-26 09:04:46 -06:00
2025-12-05 13:38:09 -06:00
2026-02-17 13:50:22 -06:00
2025-10-10 08:24:45 -06:00
2025-08-13 12:59:36 +03:00
2026-03-10 10:07:04 -06:00
2026-03-09 15:26:34 -06:00
2026-02-20 10:39:19 -06:00
2026-01-09 09:08:14 -06:00
2026-03-13 10:52:03 -06:00
2025-08-11 15:00:30 -06:00
2026-03-09 15:26:34 -06:00
2026-02-17 13:50:22 -06:00
2026-03-10 10:07:04 -06:00
2026-03-12 07:45:29 -06:00
2026-03-09 15:26:34 -06:00
2026-02-28 15:31:49 -03:00
2025-08-27 15:49:59 +08:00
2026-03-10 10:07:04 -06:00
2026-02-17 13:50:22 -06:00
2026-03-09 15:26:34 -06:00
2026-03-10 10:07:04 -06:00
2025-10-08 16:13:06 -06:00
2026-02-13 08:16:24 +01:00
2026-03-12 09:30:44 +01:00
2026-03-13 13:21:59 -06:00
2025-08-14 10:58:46 -06:00
2026-02-17 13:50:22 -06:00
2026-01-14 16:25:09 +01:00
2025-11-07 15:34:22 -06:00
2026-03-09 15:26:34 -06:00
2026-02-17 13:50:22 -06:00
2026-02-18 08:27:51 -06:00
2026-02-14 11:06:46 -06:00
2025-10-14 10:42:27 +03:00
2026-02-17 13:50:22 -06:00
2026-03-09 15:26:34 -06:00
2025-10-14 10:42:27 +03:00
2026-03-13 10:52:03 -06:00
2026-03-10 10:07:04 -06:00
2026-03-09 15:26:34 -06:00
2025-11-07 15:34:22 -06:00
2025-07-10 08:02:11 -03:00
2025-10-08 16:13:11 -06:00
2026-03-09 15:26:34 -06:00
2025-11-20 09:17:58 +01:00
2026-03-12 09:30:44 +01:00