Staging: panel: Remove ULL
Remove ULL on om and im, since it's useless. Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
35fe087284
commit
d12f27e8b2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue