From 4cfdbe7f6cfdc07c27ae8ac490cd3453440dd9d8 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 9 Oct 2007 15:08:24 -0700 Subject: hwmon: (ibmpex) Release IPMI user if hwmon registration fails Roel Kluin <12o3l@tiscali.nl> found a minor defect in the init code if hwmon device registration fails. Signed-off-by: Darrick J. Wong Signed-off-by: Mark M. Hoffman --- drivers/hwmon/ibmpex.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/hwmon/ibmpex.c') diff --git a/drivers/hwmon/ibmpex.c b/drivers/hwmon/ibmpex.c index fe2c2616c6b..c462824ffcc 100644 --- a/drivers/hwmon/ibmpex.c +++ b/drivers/hwmon/ibmpex.c @@ -498,8 +498,7 @@ static void ibmpex_register_bmc(int iface, struct device *dev) printk(KERN_ERR DRVNAME ": Error, unable to register hwmon " "class device for interface %d\n", data->interface); - kfree(data); - return; + goto out_user; } /* finally add the new bmc data to the bmc data list */ -- cgit v1.2.3