ALSA: Fix wrong pointer to dev_err() in arm/pxa2xx-ac97-lib.c
authorTakashi Iwai <tiwai@suse.de>
Thu, 19 Mar 2009 13:08:58 +0000 (14:08 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 19 Mar 2009 13:16:19 +0000 (14:16 +0100)
Fix the wrong device pointer passed to dev_err().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/arm/pxa2xx-ac97-lib.c

index d721ea7..2e6355f 100644 (file)
@@ -374,7 +374,7 @@ int __devinit pxa2xx_ac97_hw_probe(struct platform_device *dev)
                case -1:
                        break;
                default:
-                       dev_err(dev, "Invalid reset GPIO %d\n",
+                       dev_err(&dev->dev, "Invalid reset GPIO %d\n",
                                pdata->reset_gpio);
                }
        } else {