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 <djwong@us.ibm.com>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
This commit is contained in:
Darrick J. Wong 2007-10-09 15:08:24 -07:00 committed by Mark M. Hoffman
parent e95c237d78
commit 4cfdbe7f6c

View File

@ -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 */