diff options
author | Harvey Harrison <[email protected]> | 2008-02-15 10:47:51 +0200 |
---|---|---|
committer | Artem Bityutskiy <[email protected]> | 2008-03-04 11:02:50 +0200 |
commit | 8eee9f100b1cc3d1b0a701a8626c54422af3c987 (patch) | |
tree | 957d7cf0d12aa63a20f67725081f385d76b7cfa4 /net/unix/sysctl_net_unix.c | |
parent | 19cd7b7de1804a50264dfd5c6ba3c6d332362a77 (diff) |
UBI: fix sparse errors in ubi.h
In C, signed 1-bit bitfields can only take the values 0 and -1, only 0 and 1
are ever assigned in current code. Make them unsigned bitfields.
Fixes the (repeated) sparse errors:
drivers/mtd/ubi/ubi.h:220:15: error: dubious one-bit signed bitfield
drivers/mtd/ubi/ubi.h:221:17: error: dubious one-bit signed bitfield
drivers/mtd/ubi/ubi.h:222:18: error: dubious one-bit signed bitfield
drivers/mtd/ubi/ubi.h:223:16: error: dubious one-bit signed bitfield
drivers/mtd/ubi/ubi.h:224:20: error: dubious one-bit signed bitfield
Signed-off-by: Harvey Harrison <[email protected]>
Cc: Artem Bityutskiy <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Artem Bityutskiy <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions