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

Commit 604d60d9 authored by Dov Levenglick's avatar Dov Levenglick Committed by Gerrit - the friendly Code Review server
Browse files

scsi: ufs: remove redundant error message



Removing an error message that appears twice.

Change-Id: Ib1ebc3b4fa1ab009e6972a5235e2fc85ad1e5f58
Signed-off-by: default avatarDov Levenglick <dovl@codeaurora.org>
parent af677bba
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -613,9 +613,6 @@ static void ufshcd_print_host_state(struct ufs_hba *hba)
	dev_err(hba->dev, "Clk gate=%d, hibern8 on idle=%d, PM QoS=%d\n",
		hba->clk_gating.state, hba->hibern8_on_idle.state,
		hba->pm_qos.state);
	dev_err(hba->dev, "Clk gate=%d, hibern8 on idle=%d, PM QoS=%d\n",
		hba->clk_gating.state, hba->hibern8_on_idle.state,
		hba->pm_qos.state);
	dev_err(hba->dev, "error handling flags=0x%x, req. abort count=%d\n",
		hba->eh_flags, hba->req_abort_count);
	dev_err(hba->dev, "Host capabilities=0x%x, caps=0x%x\n",