[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <be233a491003221902j587fc9a9ua86cb785ebbd27cf@mail.gmail.com>
Date: Mon, 22 Mar 2010 19:02:31 -0700
From: Magnus Lynch <maglyx@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Clemens Ladisch <clemens@...isch.de>,
"Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@...el.com>,
Vojtech Pavlik <vojtech@...e.cz>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Paul Gortmaker <paul.gortmaker@...driver.com>,
Suresh Siddha <suresh.b.siddha@...el.com>,
Thomas Gleixner <tglx@...utronix.de>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] hpet: factor timer allocate from open
On Mon, Mar 22, 2010 at 3:21 PM, Andrew Morton
<akpm@...ux-foundation.org> wrote:
> Better is the plain old simple approach:
>
>
> {
> struct hpet_dev *devp;
> int r;
>
> r = hpet_alloc_timer(file);
> if (r < 0)
> return r;
Fine with me, thanks for doing the patch yourself.
--
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