]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: core: Use %pS printk format for direct addresses
authorHelge Deller <deller@gmx.de>
Wed, 6 Sep 2017 20:28:01 +0000 (22:28 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 Sep 2017 08:36:02 +0000 (10:36 +0200)
commitc8445589450582a3d948779c0fc5106604ce89a1
tree246379dd7ee5afe6c80491c3330cfb4fd570b511
parentba2186e40c9565b0a3ecd9e51ac1195cc501c182
ALSA: core: Use %pS printk format for direct addresses

The debug functions uses wrongly the %pF instead of the %pS printk format
specifier for printing symbols for the address returned by
_builtin_return_address(0). Fix it for the ia64, ppc64 and parisc64
architectures.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/device.c