Re: [PATCH] hpet: factor timer allocate from open
From: Magnus Lynch
Date: Mon Mar 22 2010 - 22:02:37 EST
On Mon, Mar 22, 2010 at 3:21 PM, Andrew Morton
<akpm@xxxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/