Re: [PATCH 1/1] scsi: ufs: tc-dwc-g210 driver fix for 20-bit RMMI

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/12/2016 2:55 PM, Manjunath M B wrote:
> The code was checking on PA_CONNECTEDRXLANES and
> PA_CONNECTEDTXLANES attributes to program the Lane#1
> attributes. The correct attributes are PA_AVAILRXDATALANES and
> PA_AVAILTXDATALANES respectively.
> 
> Signed-off-by: Manjunath M B <manjumb@xxxxxxxxxxxx>
> ---
>  drivers/scsi/ufs/tc-dwc-g210.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/scsi/ufs/tc-dwc-g210.c b/drivers/scsi/ufs/tc-dwc-g210.c
> index d6c5388..70db6d9 100644
> --- a/drivers/scsi/ufs/tc-dwc-g210.c
> +++ b/drivers/scsi/ufs/tc-dwc-g210.c
> @@ -187,9 +187,9 @@ static int tc_dwc_g210_setup_20bit_rmmi_lane1(struct ufs_hba *hba)
>  	};
>  
>  	/* Get the available lane count */
> -	ufshcd_dme_get(hba, UIC_ARG_MIB(PA_CONNECTEDRXDATALANES),
> +	ufshcd_dme_get(hba, UIC_ARG_MIB(PA_AVAILRXDATALANES),
>  			&connected_rx_lanes);
> -	ufshcd_dme_get(hba, UIC_ARG_MIB(PA_CONNECTEDTXDATALANES),
> +	ufshcd_dme_get(hba, UIC_ARG_MIB(PA_AVAILTXDATALANES),
>  			&connected_tx_lanes);
>  
>  	if (connected_tx_lanes == 2) {
> 

Tested-by: Joao Pinto <jpinto@xxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux