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

Commit 61c07846 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mhi: core: move non-essential errors to log messages"

parents f2aa99b1 01e0ee42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1302,7 +1302,7 @@ int mhi_process_data_event_ring(struct mhi_controller *mhi_cntrl,
	struct mhi_chan *mhi_chan;

	if (unlikely(MHI_EVENT_ACCESS_INVALID(mhi_cntrl->pm_state))) {
		MHI_ERR("No EV access, PM_STATE:%s\n",
		MHI_LOG("No EV access, PM_STATE:%s\n",
			to_mhi_pm_state_str(mhi_cntrl->pm_state));
		return -EIO;
	}
@@ -1356,7 +1356,7 @@ int mhi_process_tsync_event_ring(struct mhi_controller *mhi_cntrl,
	u64 remote_time;

	if (unlikely(MHI_EVENT_ACCESS_INVALID(mhi_cntrl->pm_state))) {
		MHI_ERR("No EV access, PM_STATE:%s\n",
		MHI_LOG("No EV access, PM_STATE:%s\n",
			to_mhi_pm_state_str(mhi_cntrl->pm_state));
		return -EIO;
	}