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

Commit e1bdc6e3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: remove printing dumps after link startup failure" into msm-4.9

parents 51cc4694 6808e99c
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -4872,12 +4872,9 @@ static int ufshcd_link_startup(struct ufs_hba *hba)

	ret = ufshcd_make_hba_operational(hba);
out:
	if (ret) {
	if (ret)
		dev_err(hba->dev, "link startup failed %d\n", ret);
		ufshcd_print_host_state(hba);
		ufshcd_print_pwr_info(hba);
		ufshcd_print_host_regs(hba);
	}

	return ret;
}