Loading arch/arm/mach-msm/pil-q6v5-lpass.c +3 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,7 @@ static int pil_lpass_driver_probe(struct platform_device *pdev) if (!lpass_status) { pr_err("%s: kobject create failed\n", __func__); ret = -ENOMEM; goto err_notif_modem; goto err_create_kobj; } ret = sysfs_create_group(lpass_status, &attr_group); Loading @@ -492,6 +492,8 @@ static int pil_lpass_driver_probe(struct platform_device *pdev) return 0; err_kobj: kobject_put(lpass_status); err_create_kobj: subsys_notif_unregister_notifier(drv->modem_notif_hdle, &mnb); err_notif_modem: subsys_notif_unregister_notifier(drv->wcnss_notif_hdle, &wnb); err_notif_wcnss: Loading Loading
arch/arm/mach-msm/pil-q6v5-lpass.c +3 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,7 @@ static int pil_lpass_driver_probe(struct platform_device *pdev) if (!lpass_status) { pr_err("%s: kobject create failed\n", __func__); ret = -ENOMEM; goto err_notif_modem; goto err_create_kobj; } ret = sysfs_create_group(lpass_status, &attr_group); Loading @@ -492,6 +492,8 @@ static int pil_lpass_driver_probe(struct platform_device *pdev) return 0; err_kobj: kobject_put(lpass_status); err_create_kobj: subsys_notif_unregister_notifier(drv->modem_notif_hdle, &mnb); err_notif_modem: subsys_notif_unregister_notifier(drv->wcnss_notif_hdle, &wnb); err_notif_wcnss: Loading