Loading drivers/hwtracing/coresight/coresight-etm4x.c +1 −0 Original line number Diff line number Diff line Loading @@ -1201,6 +1201,7 @@ static int etm4_probe(struct amba_device *adev, const struct amba_id *id) return 0; err_arch_supported: etmdrvdata[drvdata->cpu] = NULL; if (--etm4_count == 0) { cpuhp_remove_state_nocalls(CPUHP_AP_ARM_CORESIGHT_STARTING); if (hp_online) Loading Loading
drivers/hwtracing/coresight/coresight-etm4x.c +1 −0 Original line number Diff line number Diff line Loading @@ -1201,6 +1201,7 @@ static int etm4_probe(struct amba_device *adev, const struct amba_id *id) return 0; err_arch_supported: etmdrvdata[drvdata->cpu] = NULL; if (--etm4_count == 0) { cpuhp_remove_state_nocalls(CPUHP_AP_ARM_CORESIGHT_STARTING); if (hp_online) Loading