diff options
author | Sergey Senozhatsky <[email protected]> | 2017-12-11 21:50:25 +0900 |
---|---|---|
committer | Vineet Gupta <[email protected]> | 2017-12-20 12:41:43 -0800 |
commit | d0729bc6bee797fb4bcca87583af5adbfe79ecfb (patch) | |
tree | 1685889e98efbdea304d03125b3978295d0255b4 /net/lapb/lapb_subr.c | |
parent | 329b4130bc5eb2a1b123a652b985dbdb08d6b9a8 (diff) |
arc: do not use __print_symbol()
__print_symbol() uses extra stack space to sprintf() symbol
information and then to feed that buffer to printk()
char buffer[KSYM_SYMBOL_LEN];
sprint_symbol(buffer, address);
printk(fmt, buffer);
Replace __print_symbol() with a direct printk("%pS") call.
Signed-off-by: Sergey Senozhatsky <[email protected]>
Signed-off-by: Vineet Gupta <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions