Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73811c94 authored by Wei Yongjun's avatar Wei Yongjun Committed by Martin K. Petersen
Browse files

scsi: ufs: Fix error return code in ufshcd_init()



Fix to return a negative error code from the error handling case instead
of 0, as done elsewhere in this function.

Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: default avatarSubhash Jadavani <subhashj@codeaurora.org>
Reviewed-by: default avatarKiwoong Kim <kwmad.kim@samsung.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 6861285c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6503,6 +6503,7 @@ int ufshcd_init(struct ufs_hba *hba, void __iomem *mmio_base, unsigned int irq)
		if (IS_ERR(hba->devfreq)) {
			dev_err(hba->dev, "Unable to register with devfreq %ld\n",
					PTR_ERR(hba->devfreq));
			err = PTR_ERR(hba->devfreq);
			goto out_remove_scsi_host;
		}
		/* Suspend devfreq until the UFS device is detected */