Skip to content
Commit cf2d65ec authored by YueHaibing's avatar YueHaibing Committed by Will Deacon
Browse files

perf: xgene: Remove set but not used variable 'config'



Fixes gcc '-Wunused-but-set-variable' warning:

drivers/perf/xgene_pmu.c: In function 'xgene_perf_stop':
drivers/perf/xgene_pmu.c:1055:6: warning:
 variable 'config' set but not used [-Wunused-but-set-variable]

It never used since introduction.

Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent b3650678
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment