cpufreq Archive on lore.kernel.org
 help / color / mirror / Atom feed
* cpufreq/linux/arch/i386/kernel/cpufreq speedstep-ich.c, 1.5, 1.6 speedstep-piix4.c, 1.9, 1.10
@ 2003-09-03  7:42 Ducrot Bruno
  0 siblings, 0 replies; only message in thread
From: Ducrot Bruno @ 2003-09-03  7:42 UTC (permalink / raw)
  To: cpufreq

Update of /mnt/src/cvsroot/cpufreq/linux/arch/i386/kernel/cpufreq
In directory flint:/tmp/cvs-serv18189/linux/arch/i386/kernel/cpufreq

Modified Files:
	speedstep-ich.c speedstep-piix4.c 
Log Message:
give correct name to the driver

Index: speedstep-ich.c
===================================================================
RCS file: /mnt/src/cvsroot/cpufreq/linux/arch/i386/kernel/cpufreq/speedstep-ich.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- speedstep-ich.c	19 Aug 2003 13:38:32 -0000	1.5
+++ speedstep-ich.c	3 Sep 2003 07:42:31 -0000	1.6
@@ -309,7 +309,7 @@
 
 
 static struct cpufreq_driver speedstep_driver = {
-	.name		= "speedstep",
+	.name		= "speedstep-ich",
 	.verify 	= speedstep_verify,
 	.target 	= speedstep_target,
 	.init		= speedstep_cpu_init,

Index: speedstep-piix4.c
===================================================================
RCS file: /mnt/src/cvsroot/cpufreq/linux/arch/i386/kernel/cpufreq/speedstep-piix4.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- speedstep-piix4.c	19 Aug 2003 13:44:59 -0000	1.9
+++ speedstep-piix4.c	3 Sep 2003 07:42:31 -0000	1.10
@@ -281,7 +281,7 @@
 
 
 static struct cpufreq_driver speedstep_driver = {
-	.name		= "speedstep",
+	.name		= "speedstep-piix4",
 	.verify 	= speedstep_verify,
 	.target 	= speedstep_target,
 	.init		= speedstep_cpu_init,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-03  7:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-03  7:42 cpufreq/linux/arch/i386/kernel/cpufreq speedstep-ich.c, 1.5, 1.6 speedstep-piix4.c, 1.9, 1.10 Ducrot Bruno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox