[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:
Haavard Skinnemoen
2006-10-24 10:12:40 +02:00
committed by Linus Torvalds
parent 0430fb20a2
commit 6ea850b5eb
4 changed files with 5 additions and 5 deletions

View File

@@ -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());
/*