提交 6b9ea421 编写于 作者: R Russell King 提交者: Russell King

[MFD] Fix "bious one-bit signed bitfield" errors

ucb1x00-ts declared a couple of one-bit 'int' bitfields.
Make them unsigned.
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 87e807b6
......@@ -48,8 +48,8 @@ struct ucb1x00_ts {
u16 x_res;
u16 y_res;
int restart:1;
int adcsync:1;
unsigned int restart:1;
unsigned int adcsync:1;
};
static int adcsync;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册