diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2008-09-01 15:47:19 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-03 01:40:02 +0400 |
commit | 445df54fec7c1924f44018c4db2a9613b877f10e (patch) | |
tree | e49c5f9d77659c907613492791ce44e04bd78b7c /drivers/net/dummy.c | |
parent | 2b58b209399844995ad48e421267e359e16c03db (diff) | |
download | linux-445df54fec7c1924f44018c4db2a9613b877f10e.tar.xz |
rt2x00: Compiler warning unmasked by fix of BUILD_BUG_ON
A "Set" to a sign-bit in an "&" operation causes a compiler warning.
Make calculations unsigned.
[ The warning was masked by the old definition of BUILD_BUG_ON() ]
Also remove __builtin_constant_p from FIELD_CHECK since BUILD_BUG_ON
no longer permits non-const values.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
CC: Ingo Molnar <mingo@elte.hu>
CC: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/dummy.c')
0 files changed, 0 insertions, 0 deletions