PATCH: fix wrong printk in nm256 audio

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Fri Jul 11 2003 - 13:16:31 EST


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.75/sound/oss/nm256_audio.c linux-2.5.75-ac1/sound/oss/nm256_audio.c
--- linux-2.5.75/sound/oss/nm256_audio.c 2003-07-10 21:08:52.000000000 +0100
+++ linux-2.5.75-ac1/sound/oss/nm256_audio.c 2003-07-11 16:20:34.000000000 +0100
@@ -1105,7 +1105,7 @@
                 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");
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 15 2003 - 22:00:41 EST