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

Commit 9736ad19 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: print the correct error state"

parents 934fada6 80aa84ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4542,7 +4542,7 @@ static void ufshcd_err_handler(struct work_struct *work)
	 */
	if (hba->saved_err & (INT_FATAL_ERRORS | UIC_ERROR)) {
		dev_err(hba->dev, "%s: saved_err 0x%x saved_uic_err 0x%x",
			__func__, hba->errors, hba->uic_error);
			__func__, hba->saved_err, hba->saved_uic_err);
		ufshcd_print_host_regs(hba);
		ufshcd_print_pwr_info(hba);
		ufshcd_print_tmrs(hba, hba->outstanding_tasks);