* [lm-sensors] [PATCH] i2c: chips/ds1374.c fixup
@ 2005-09-05 23:49 Greg KH
0 siblings, 0 replies; only message in thread
From: Greg KH @ 2005-09-05 23:49 UTC (permalink / raw)
To: lm-sensors
[PATCH] i2c: chips/ds1374.c fixup
The 'new_time' variable should be static.
Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
commit 8e14d6c173f8fff05a94e62669c87c26141766af
tree 1df28e8ce3deab3a3a9ebaa4d6a5846f0ab5c733
parent a44e40b4d8c2c6faa2158caf7114e1065fed3b34
author Mark A. Greer <mgreer@mvista.com> Thu, 01 Sep 2005 18:12:04 -0700
committer Greg Kroah-Hartman <gregkh@suse.de> Mon, 05 Sep 2005 09:26:53 -0700
drivers/i2c/chips/ds1374.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/i2c/chips/ds1374.c b/drivers/i2c/chips/ds1374.c
--- a/drivers/i2c/chips/ds1374.c
+++ b/drivers/i2c/chips/ds1374.c
@@ -165,7 +165,7 @@ static void ds1374_set_tlet(ulong arg)
"can't confirm time set from rtc chip\n");
}
-ulong new_time;
+static ulong new_time;
DECLARE_TASKLET_DISABLED(ds1374_tasklet, ds1374_set_tlet, (ulong) & new_time);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-05 23:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-05 23:49 [lm-sensors] [PATCH] i2c: chips/ds1374.c fixup Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.