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

Commit 9e918695 authored by Thomas Renninger's avatar Thomas Renninger Committed by Dave Jones
Browse files

[CPUFREQ] powernow-k8: The table index is not worth displaying

and it also is misleading due to another message above
which makes the index look like it is the CPU.

https://bugzilla.kernel.org/show_bug.cgi?id=24562



Signed-off-by: default avatarThomas Renninger <trenn@suse.de>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
CC: cpufreq@vger.kernel.org
parent 5cb2c3bd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -630,8 +630,7 @@ static void print_basics(struct powernow_k8_data *data)
					data->powernow_table[j].frequency/1000);
			} else {
				printk(KERN_INFO PFX
					"   %d : fid 0x%x (%d MHz), vid 0x%x\n",
					j,
					"fid 0x%x (%d MHz), vid 0x%x\n",
					data->powernow_table[j].index & 0xff,
					data->powernow_table[j].frequency/1000,
					data->powernow_table[j].index >> 8);