Re: [PATCH] scsi: ufs: core: Fix PM QoS mutex initialization
From: Bart Van Assche
Date: Mon Sep 29 2025 - 12:41:09 EST
On 9/29/25 4:27 AM, Marek Szyprowski wrote:
hba->pm_qos_mutex is used very early as a part of ufshcd_init(), so it
need to be initialized before that call.
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>