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

Commit a44e40b4 authored by Mark A. Greer's avatar Mark A. Greer Committed by Greg Kroah-Hartman
Browse files

[PATCH] i2c: chips/m41t00.c fixup



The 'new_time' variable should be static.

Signed-off-by: default avatarMark A. Greer <mgreer@mvista.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b280dab6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ m41t00_set_tlet(ulong arg)
	return;
}

ulong	new_time;
static ulong	new_time;

DECLARE_TASKLET_DISABLED(m41t00_tasklet, m41t00_set_tlet, (ulong)&new_time);