Re: [PATCH] scsi: ufs: core: Fix link_startup_again on success

From: Bart Van Assche
Date: Mon Nov 25 2024 - 12:31:02 EST


On 11/25/24 4:53 AM, Vamshi Gajjela wrote:
Set link_startup_again to false after a successful
ufshcd_dme_link_startup operation and confirmation of device presence.
Prevents unnecessary link startup attempts when the previous operation
has succeeded.

Signed-off-by: Vamshi Gajjela <vamshigajjela@xxxxxxxxxx>
Fixes: 7caf489b99a4 ("scsi: ufs: issue link starup 2 times if device isn't active")
Cc: stable@xxxxxxxxxxxxxxx

Shouldn't your Signed-off-by come after the Fixes: and Cc: stable tags? Anyway, since this patch looks good to me:

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