Re: Re: [PATCH] wifi: ath11k: Fix NULL pointer check in ath11k_ce_rx_post_pipe()
From: zgBCQ
Date: Tue Nov 26 2024 - 22:29:05 EST
thanks for your reply
> Is there a need to reconsider also such a return value?
According to the current code (commit d5c65159f289) of
this function, this function should be terminated directly
after checking the null pointer, the return value may be
meaningless.
Baichuan Qi