Skip to content
Commit 93c37f29 authored by David S. Miller's avatar David S. Miller
Browse files

[SERIAL]: Avoid 'statement with no effect' warnings.



When SUPPORT_SYSRQ is false, gcc can emit warnings for
the uart_handle_sysrq_char() that results.  Using an
empty inline returning zero kills the warning.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4706df3d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment