Loading drivers/scsi/ufs/ufshcd.c +4 −3 Original line number Diff line number Diff line Loading @@ -3730,6 +3730,10 @@ static int ufshcd_link_startup(struct ufs_hba *hba) /* failed to get the link up... retire */ goto out; /* Mark that link is up in PWM-G1, 1-lane, SLOW-AUTO mode */ ufshcd_init_pwr_info(hba); ufshcd_print_pwr_info(hba); if (hba->quirks & UFSHCD_QUIRK_BROKEN_LCC) { ret = ufshcd_disable_device_tx_lcc(hba); if (ret) Loading Loading @@ -5391,9 +5395,6 @@ static int ufshcd_probe_hba(struct ufs_hba *hba) if (ret) goto out; ufshcd_init_pwr_info(hba); ufshcd_print_pwr_info(hba); /* UniPro link is active now */ ufshcd_set_link_active(hba); Loading Loading
drivers/scsi/ufs/ufshcd.c +4 −3 Original line number Diff line number Diff line Loading @@ -3730,6 +3730,10 @@ static int ufshcd_link_startup(struct ufs_hba *hba) /* failed to get the link up... retire */ goto out; /* Mark that link is up in PWM-G1, 1-lane, SLOW-AUTO mode */ ufshcd_init_pwr_info(hba); ufshcd_print_pwr_info(hba); if (hba->quirks & UFSHCD_QUIRK_BROKEN_LCC) { ret = ufshcd_disable_device_tx_lcc(hba); if (ret) Loading Loading @@ -5391,9 +5395,6 @@ static int ufshcd_probe_hba(struct ufs_hba *hba) if (ret) goto out; ufshcd_init_pwr_info(hba); ufshcd_print_pwr_info(hba); /* UniPro link is active now */ ufshcd_set_link_active(hba); Loading