Re: [PATCH] scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init()

From: Bart Van Assche
Date: Wed Feb 19 2025 - 15:39:50 EST


On 2/19/25 2:50 AM, Manivannan Sadhasivam wrote:
Commit bb9850704c04 ("scsi: ufs: core: Honor runtime/system PM levels if
set by host controller drivers") introduced the check for setting default
PM levels only if the levels are uninitialized by the host controller
drivers. But it missed the fact that the levels could initialized to 0
(UFS_PM_LVL_0) on purpose by the controller drivers. Even though none of
the drivers are doing so now, the logic should be fixed irrespectively.

So set the default levels unconditionally before calling ufshcd_hba_init()
API which initializes the controller drivers. It ensures that the
controller drivers could override the default levels if required.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>