Loading drivers/hwtracing/coresight/coresight-etm-perf.c +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ static void free_event_data(struct work_struct *work) struct list_head **ppath; ppath = etm_event_cpu_path_ptr(event_data, cpu); source = coresight_get_source(event_data->path[cpu]); source = coresight_get_source(*ppath); if (!(IS_ERR_OR_NULL(*ppath))) coresight_release_path(source, *ppath); *ppath = NULL; Loading Loading
drivers/hwtracing/coresight/coresight-etm-perf.c +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ static void free_event_data(struct work_struct *work) struct list_head **ppath; ppath = etm_event_cpu_path_ptr(event_data, cpu); source = coresight_get_source(event_data->path[cpu]); source = coresight_get_source(*ppath); if (!(IS_ERR_OR_NULL(*ppath))) coresight_release_path(source, *ppath); *ppath = NULL; Loading