Hello, Florian Fainelli wrote: > arch/mips/kernel/perf_event_mipsxx.c: In function 'mipsxx_pmu_enable_event': > arch/mips/kernel/perf_event_mipsxx.c:326:21: error: unused variable 'event' [-Werror=unused-variable] > struct perf_event *event = container_of(evt, struct perf_event, hw); > ^~~~~ > > Fix this by making use of IS_ENABLED() to simplify the code and avoid > unnecessary ifdefery. > > Fixes: 84002c88599d ("MIPS: perf: Fix perf with MT counting other threads") > Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx> Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@xxxxxxxx to report it. ]