commit | be6990e7473fcd11becda747c24b94a478413245 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Wed Jun 28 04:26:57 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jun 28 14:59:06 2006 -0700 |
tree | 5253251731ae496b228d5b91d6f8840b1435ee7d | |
parent | e85f8dcc2750685e50139df4da8bdb68475393fc [diff] |
[PATCH] ac97_codec: make bitfield unsigned Make a 1-bit bitfield unsigned (no space for sign bit). Removes 24 sparse warnings from this one file: include/linux/ac97_codec.h:262:13: error: dubious one-bit signed bitfield Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>