[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110703194009.GA4366@joi.lan>
Date: Sun, 3 Jul 2011 21:40:09 +0200
From: Marcin Slusarz <marcin.slusarz@...il.com>
To: Jonas Bonn <jonas@...thpole.se>
Cc: linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org
Subject: Re: [PATCH v2 06/19] OpenRISC: PTrace
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists