Re: [patch 5/8] perf/arm-dsu: Use irq_set_affinity()

From: John Garry
Date: Tue May 18 2021 - 07:32:19 EST


On 18/05/2021 10:17, Thomas Gleixner wrote:
@@ -769,7 +769,6 @@ static int dsu_pmu_device_probe(struct p
if (rc) {

nit: I think that someone will send a patch to remove these {} later...

cpuhp_state_remove_instance(dsu_pmu_cpuhp_state,
&dsu_pmu->cpuhp_node);
- irq_set_affinity_hint(dsu_pmu->irq, NULL);
}

Thanks,
John