git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4706df3
)
[SERIAL]: Avoid 'statement with no effect' warnings.
author
David S. Miller
<davem@sunset.davemloft.net>
Tue, 6 Sep 2005 20:57:08 +0000
(13:57 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 6 Sep 2005 20:57:08 +0000
(13:57 -0700)
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: David S. Miller <davem@davemloft.net>
No differences found