commit | c8445589450582a3d948779c0fc5106604ce89a1 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Wed Sep 06 22:28:01 2017 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Sep 07 10:36:02 2017 +0200 |
tree | 246379dd7ee5afe6c80491c3330cfb4fd570b511 | |
parent | ba2186e40c9565b0a3ecd9e51ac1195cc501c182 [diff] |
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>