On 2/7/25 03:43, Bart Van Assche wrote:
If ag->mutex has been locked, unlock it before returning. If it has not been locked, do not unlock it before returning. These bugs have been detected by the Clang thread-safety analyzer. Cc: Karthikeyan Periyasamy<quic_periyasa@xxxxxxxxxxx> Cc: Jeff Johnson<jeff.johnson@xxxxxxxxxxxxxxxx> Fixes: ee146e11b4d9 ("wifi: ath12k: refactor core start based on hardware group") Signed-off-by: Bart Van Assche<bvanassche@xxxxxxx> ---
Reviewed-by: Aditya Kumar Singh <aditya.kumar.singh@xxxxxxxxxxxxxxxx> -- Aditya