[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B600806.4010003@gmail.com>
Date: Wed, 27 Jan 2010 10:31:50 +0100
From: Jiri Slaby <jirislaby@...il.com>
To: linux-kernel@...r.kernel.org
CC: akpm@...ux-foundation.org, mm-commits@...r.kernel.org,
joe@...ches.com, bzolnier@...il.com, jens.axboe@...cle.com,
marcin.slusarz@...il.com, shemminger@...tta.com
Subject: Re: + drivers-block-floppyc-use-pr_level.patch added to -mm tree
On 01/27/2010 01:37 AM, akpm@...ux-foundation.org wrote:
> @@ -687,9 +687,7 @@ static void __reschedule_timeout(int dri
> fd_timeout.expires = jiffies + UDP->timeout;
> add_timer(&fd_timeout);
> if (UDP->flags & FD_DEBUG) {
> - DPRINT("reschedule timeout ");
> - printk(message, marg);
> - printk("\n");
> + DPRINT("reschedule timeout %s %d\n", message, marg);
This is wrong.
/me stopped to read here. Recheck the rest of changes.
--
js
--
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