soc: ti: knav_qmss_queue: Remove unnecessary NULL check before free_percpu()
authorChen Ni <nichen@iscas.ac.cn>
Thu, 17 Apr 2025 08:48:36 +0000 (16:48 +0800)
committerNishanth Menon <nm@ti.com>
Fri, 18 Apr 2025 15:36:45 +0000 (10:36 -0500)
commit17bff220c6d69e4be38c9899a7515c3b02de60f0
tree0287253aeeee461a045498b347fe381658b9bd49
parentae9c0b68089d5412bb252c4adbeff122017557c3
soc: ti: knav_qmss_queue: Remove unnecessary NULL check before free_percpu()

free_percpu() checks for NULL pointers internally.
Remove unneeded NULL check here.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://lore.kernel.org/r/20250417084836.937452-1-nichen@iscas.ac.cn
Signed-off-by: Nishanth Menon <nm@ti.com>
drivers/soc/ti/knav_qmss_queue.c