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:
Ksenija Stanojevic 2016-01-03 20:42:26 +01:00 committed by Greg Kroah-Hartman
parent 35fe087284
commit d12f27e8b2

View File

@ -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) {