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

Commit eb3092ce authored by Matthew Garrett's avatar Matthew Garrett Committed by Dave Jones
Browse files

[CPUFREQ] Make cpufreq-nforce2 less obnoxious



Not owning an nforce2 is a sign of good taste, not an error.

Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 199785ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -424,7 +424,7 @@ static int __init nforce2_init(void)

	/* detect chipset */
	if (nforce2_detect_chipset()) {
		printk(KERN_ERR PFX "No nForce2 chipset.\n");
		printk(KERN_INFO PFX "No nForce2 chipset.\n");
		return -ENODEV;
	}