]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - sound/pci/ad1889.c
[ALSA] hda-codec - Fix spekaer output of Panasonic CF-74
[mirror_ubuntu-bionic-kernel.git] / sound / pci / ad1889.c
index a66d5150bb7ac3ddf437588cf99ff726b5adbca2..1edb6448946d23ccfb6847a69cb8c0f511cfc732 100644 (file)
@@ -264,10 +264,10 @@ snd_ad1889_ac97_ready(struct snd_ad1889 *chip)
                mdelay(1);
        if (!retry) {
                snd_printk(KERN_ERR PFX "[%s] Link is not ready.\n",
-                      __FUNCTION__);
+                      __func__);
                return -EIO;
        }
-       ad1889_debug("[%s] ready after %d ms\n", __FUNCTION__, 400 - retry);
+       ad1889_debug("[%s] ready after %d ms\n", __func__, 400 - retry);
 
        return 0;
 }