diff options
author | 2008-05-06 20:42:35 -0700 | |
---|---|---|
committer | 2008-05-08 10:46:56 -0700 | |
commit | 32fb3ca8fda036936053b4bbfbc6589626cb2437 (patch) | |
tree | af362b4044507416a1a2a7b588b8816569cf7a94 /lib/parser.c | |
parent | uml: fix inconsistence due to tty_operation change (diff) | |
download | wireguard-linux-32fb3ca8fda036936053b4bbfbc6589626cb2437.tar.xz wireguard-linux-32fb3ca8fda036936053b4bbfbc6589626cb2437.zip |
sx.c: fix printk warnings on sparc32
drivers/char/sx.c: In function 'sx_set_real_termios':
drivers/char/sx.c:973: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'long unsigned int'
drivers/char/sx.c:999: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'tcflag_t'
drivers/char/sx.c:1012: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'tcflag_t'
sparc32 seems to use weird types for its tty things.
[ Fine by me but this is ancient debug and most of the debug in sx just
wants deleting eventually. - Alan ]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/parser.c')
0 files changed, 0 insertions, 0 deletions