Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d12f27e8 authored by Ksenija Stanojevic's avatar Ksenija Stanojevic Committed by Greg Kroah-Hartman
Browse files

Staging: panel: Remove ULL



Remove ULL on om and im, since it's useless.

Signed-off-by: default avatarKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 35fe0872
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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) {