提交 a44e40b4 编写于 作者: M Mark A. Greer 提交者: Greg Kroah-Hartman

[PATCH] i2c: chips/m41t00.c fixup

The 'new_time' variable should be static.
Signed-off-by: NMark A. Greer <mgreer@mvista.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 b280dab6
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册