[PATCH] AVR32: Silence some compile warnings
Silence a few compile warnings which are basically harmless, but easy to fix. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
0430fb20a2
commit
6ea850b5eb
@@ -109,7 +109,7 @@ static int __kprobes kprobe_handler(struct pt_regs *regs)
|
||||
void *addr = (void *)regs->pc;
|
||||
int ret = 0;
|
||||
|
||||
pr_debug("kprobe_handler: kprobe_running=%d\n",
|
||||
pr_debug("kprobe_handler: kprobe_running=%p\n",
|
||||
kprobe_running());
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user