Re: [PATCH v4] IBM power meter driver

From: Darrick J. Wong
Date: Tue Oct 09 2007 - 16:40:16 EST


On Tue, Oct 09, 2007 at 06:44:07PM +0200, Roel Kluin wrote:

> >> + if (IS_ERR(data->hwmon_dev)) {
> >> + printk(KERN_ERR DRVNAME ": Error, unable to register hwmon "
> >> + "class device for interface %d\n",
> >> + data->interface);
> >> + kfree(data);
> >> + return;
>
> don't you want to goto out_user here instead?

Err, yes, thank you for catching that.

--D
-
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/