Commit b43d2ff6 authored by Alan Cox's avatar Alan Cox Committed by Steve French

[PATCH] fix wrong printk in nm256 audio

parent d82f87c9
......@@ -1105,7 +1105,7 @@ nm256_install(struct pci_dev *pcidev, enum nm256rev rev, char *verstr)
printk (KERN_ERR "NM256: This doesn't look to me like the AC97-compatible version.\n");
printk (KERN_ERR " You can force the driver to load by passing in the module\n");
printk (KERN_ERR " parameter:\n");
printk (KERN_ERR " force_ac97 = 1\n");
printk (KERN_ERR " force_load = 1\n");
printk (KERN_ERR "\n");
printk (KERN_ERR " More likely, you should be using the appropriate SB-16 or\n");
printk (KERN_ERR " CS4232 driver instead. (If your BIOS has settings for\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment