perf/amd/uncore: Simplify code, use free_percpu()'s built-in check for NULL
authorKim Phillips <kim.phillips@amd.com>
Tue, 17 Aug 2021 22:10:44 +0000 (17:10 -0500)
committerIngo Molnar <mingo@kernel.org>
Thu, 26 Aug 2021 07:14:36 +0000 (09:14 +0200)
commit6cf295b21608f9253037335f47cd0dfcce812d81
tree3049a9519814750d6d11d93adbfdc29990f3953d
parentffec09f9c7d7b21b0aff29dd5c3972f4631c0b6b
perf/amd/uncore: Simplify code, use free_percpu()'s built-in check for NULL

free_percpu() has its own check for NULL, no need to open-code it.

Signed-off-by: Kim Phillips <kim.phillips@amd.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210817221048.88063-5-kim.phillips@amd.com
arch/x86/events/amd/uncore.c