Loading drivers/hwmon/ibmpex.c +1 −2 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
drivers/hwmon/ibmpex.c +1 −2 Original line number Diff line number Diff line Loading @@ -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 */ Loading