Re: [PATCH 2/3] cpumask: fix powernow-k8: partial revert of 2fdf66b491ac706657946442789ec644cc317e1a

From: Rusty Russell
Date: Mon Feb 09 2009 - 05:32:19 EST


On Monday 09 February 2009 20:47:23 Ingo Molnar wrote:
> > - goto err_out;
> > + kfree(data);
> > + return -ENODEV;
> > }
>
> hm, why the 3-way duplication of this pattern:
>
> > + kfree(data);
> > + return -ENODEV;
>
> because it's a straight revert?

Yep, it reverts the changes to that one file.

Cheers,
Rusty.
--
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/