Loading drivers/coresight/coresight-etmv4.c +2 −0 Original line number Diff line number Diff line Loading @@ -3702,8 +3702,10 @@ err1: unregister_hotcpu_notifier(&etm_cpu_notifier); unregister_hotcpu_notifier(&etm_cpu_dying_notifier); } etmdrvdata[cpu] = NULL; err0: wakeup_source_trash(&drvdata->ws); platform_set_drvdata(pdev, NULL); return ret; } Loading Loading
drivers/coresight/coresight-etmv4.c +2 −0 Original line number Diff line number Diff line Loading @@ -3702,8 +3702,10 @@ err1: unregister_hotcpu_notifier(&etm_cpu_notifier); unregister_hotcpu_notifier(&etm_cpu_dying_notifier); } etmdrvdata[cpu] = NULL; err0: wakeup_source_trash(&drvdata->ws); platform_set_drvdata(pdev, NULL); return ret; } Loading