[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <812c519a-1a00-4ace-a0f7-d8c587f7e59f@acm.org>
Date: Thu, 13 Jun 2024 12:15:34 -0700
From: Bart Van Assche <bvanassche@....org>
To: Joel Slebodnick <jslebodn@...hat.com>, linux-scsi@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, alim.akhtar@...sung.com,
avri.altman@....com, James.Bottomley@...senPartnership.com,
martin.petersen@...cle.com, peter.wang@...iatek.com,
manivannan.sadhasivam@...aro.org, ahalaney@...hat.com, beanhuo@...ron.com
Subject: Re: [PATCH] scsi: ufs: core: Free memory allocated for model before
reinit
On 6/13/24 11:27 AM, Joel Slebodnick wrote:
> diff --git a/drivers/ufs/core/ufshcd.c b/drivers/ufs/core/ufshcd.c
> index 0cf07194bbe8..a0407b9213ca 100644
> --- a/drivers/ufs/core/ufshcd.c
> +++ b/drivers/ufs/core/ufshcd.c
> @@ -8787,6 +8787,7 @@ static int ufshcd_probe_hba(struct ufs_hba *hba, bool init_dev_params)
> (hba->quirks & UFSHCD_QUIRK_REINIT_AFTER_MAX_GEAR_SWITCH)) {
> /* Reset the device and controller before doing reinit */
> ufshcd_device_reset(hba);
> + ufs_put_device_desc(hba);
> ufshcd_hba_stop(hba);
> ufshcd_vops_reinit_notify(hba);
> ret = ufshcd_hba_enable(hba);
Please add Fixes: and Cc: stable tags. Otherwise this patch looks good to me.
Hence:
Reviewed-by: Bart Van Assche <bvanassche@....org>
Thanks,
Bart.
Powered by blists - more mailing lists