Loading drivers/hwmon/ibmpex.c +1 −2 Original line number Original line 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 " printk(KERN_ERR DRVNAME ": Error, unable to register hwmon " "class device for interface %d\n", "class device for interface %d\n", data->interface); data->interface); kfree(data); goto out_user; return; } } /* finally add the new bmc data to the bmc data list */ /* finally add the new bmc data to the bmc data list */ Loading Loading
drivers/hwmon/ibmpex.c +1 −2 Original line number Original line 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 " printk(KERN_ERR DRVNAME ": Error, unable to register hwmon " "class device for interface %d\n", "class device for interface %d\n", data->interface); data->interface); kfree(data); goto out_user; return; } } /* finally add the new bmc data to the bmc data list */ /* finally add the new bmc data to the bmc data list */ Loading