]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/soc/codecs/ad1980.c
ASoC: Improve error reporting for AC97 reset failures
[mv-sheeva.git] / sound / soc / codecs / ad1980.c
index 410fed953c541c32d64844ff74c571a1d2fba8e5..1a3ea059a6dcc14bec1c040a04a40afbb948d4e0 100644 (file)
@@ -238,7 +238,7 @@ static int ad1980_soc_probe(struct platform_device *pdev)
 
        ret = ad1980_reset(codec, 0);
        if (ret < 0) {
-               printk(KERN_ERR "AC97 link error\n");
+               printk(KERN_ERR "Failed to reset AD1980: AC97 link error\n");
                goto reset_err;
        }