Re: [PATCH 2/2] scsi: ufs-cdns: Add support for UFSHCI with M31 PHY

From: Martin K. Petersen
Date: Wed Apr 03 2019 - 23:24:40 EST



Jan,

> + if (hba->vops && hba->vops->phy_initialization) {
> + status = hba->vops->phy_initialization(hba);
> + if (status)
> + return status;
> + }
> +
> + return status;

I zapped the superfluous return conditional. Applied patches 1 and 2 to
5.2/scsi-queue.

--
Martin K. Petersen Oracle Linux Engineering