Re: [PATCH v2 06/19] OpenRISC: PTrace

From: Marcin Slusarz
Date: Sun Jul 03 2011 - 15:40:39 EST


On Sat, Jul 02, 2011 at 11:15:39PM +0200, Jonas Bonn wrote:
> + pr_debug(KERN_INFO
> + "ptrace get_next_address: pc 0x%.8lx insn. 0x%.8lx opc. 0x%.2x\n",
> + pc, insn, opc);
> +

This evaluates to printk(KERN_DEBUG KERN_INFO "ptrace...", ...), which does not seem
to be ok ;). This mistake is repeated several times in this patchset...

Marcin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/