提交 d12f27e8 编写于 作者: K Ksenija Stanojevic 提交者: Greg Kroah-Hartman

Staging: panel: Remove ULL

Remove ULL on om and im, since it's useless.
Signed-off-by: NKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 35fe0872
......@@ -2047,8 +2047,8 @@ static u8 input_name2mask(const char *name, __u64 *mask, __u64 *value,
u8 im, om;
__u64 m, v;
om = 0ULL;
im = 0ULL;
om = 0;
im = 0;
m = 0ULL;
v = 0ULL;
while (*name) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册