Merge tag 'amlogic-dt64-3' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman...
[linux-2.6-microblaze.git] / sound / core / device.c
index 8918838..cb0e46f 100644 (file)
@@ -128,7 +128,7 @@ void snd_device_disconnect(struct snd_card *card, void *device_data)
        if (dev)
                __snd_device_disconnect(dev);
        else
-               dev_dbg(card->dev, "device disconnect %p (from %pF), not found\n",
+               dev_dbg(card->dev, "device disconnect %p (from %pS), not found\n",
                        device_data, __builtin_return_address(0));
 }
 EXPORT_SYMBOL_GPL(snd_device_disconnect);
@@ -152,7 +152,7 @@ void snd_device_free(struct snd_card *card, void *device_data)
        if (dev)
                __snd_device_free(dev);
        else
-               dev_dbg(card->dev, "device free %p (from %pF), not found\n",
+               dev_dbg(card->dev, "device free %p (from %pS), not found\n",
                        device_data, __builtin_return_address(0));
 }
 EXPORT_SYMBOL(snd_device_free);