]> git.hungrycats.org Git - linux/commitdiff
[PATCH] fix wrong printk in nm256 audio
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Fri, 11 Jul 2003 13:51:46 +0000 (06:51 -0700)
committerSteve French <cifs.adm@hostme.bitkeeper.com>
Fri, 11 Jul 2003 13:51:46 +0000 (06:51 -0700)
sound/oss/nm256_audio.c

index 1d8ec153ed10f6efabd896ea03ccd126f51e9809..a934bba2f9a5a98cdb54b14cb1511ed2f0780aec 100644 (file)
@@ -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");