git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c017ab
)
scsi: Use vsprintf extention %pf with builtin_return_address
author
Joe Perches
<joe@perches.com>
Tue, 28 Feb 2012 18:49:36 +0000
(10:49 -0800)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 6 Apr 2012 00:09:40 +0000
(17:09 -0700)
Emit the function name not the address when possible.
builtin_return_address() gives an address. When building
a kernel with CONFIG_KALLSYMS, emit the actual function
name not the address.
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
No differences found