diff options
author | Anton Vorontsov <cbouatmailru@gmail.com> | 2012-01-11 05:11:46 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2012-01-16 09:39:54 +0100 |
commit | f10448689d95b9516c656ccd4078839e656656e7 (patch) | |
tree | 4545284197cf09630ad55307268b653c53c791f4 /include/media | |
parent | 8030c36d13f030103356709e63638678fdc66fdc (diff) | |
download | linux-f10448689d95b9516c656ccd4078839e656656e7.tar.bz2 |
x86: Get rid of dubious one-bit signed bitfield
This very noisy sparse warning appears on almost every file in
the kernel:
CHECK init/main.c
arch/x86/include/asm/thread_info.h:43:55: error: dubious one-bit
signed bitfield arch/x86/include/asm/thread_info.h:44:46: error:
dubious one-bit signed bitfield
Sparse is right and this patch changes sig_on_uaccess_error and
uaccess_err flags to unsigned type and thus fixes the warning.
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Acked-by: Andy Lutomirski <luto@mit.edu>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: H. Peter Anvin <hpa@linux.intel.com>
Cc: Dan Carpenter <error27@gmail.com>
Link: http://lkml.kernel.org/r/20120111011146.GA30428@oksana.dev.rtsoft.ru
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/media')
0 files changed, 0 insertions, 0 deletions