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

Commit 8813bdae authored by Vipin Deep Kaur's avatar Vipin Deep Kaur
Browse files

dmaengine: gpi: Initialize the status variable



Initialize the status variable printed when a
GPI QUP global error event callback is generated.

Change-Id: Id72c1a07a781610f409b472d392cb1e73a2d4cbf
Signed-off-by: default avatarVipin Deep Kaur <vkaur@codeaurora.org>
parent 9a12fe13
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1048,6 +1048,7 @@ static void gpi_process_glob_err_irq(struct gpii *gpii)
	msm_gpi_cb.error_log.routine = log_entry->routine;
	msm_gpi_cb.error_log.type = log_entry->type;
	msm_gpi_cb.error_log.error_code = log_entry->code;
	msm_gpi_cb.status = 0;
	GPII_INFO(gpii, gpii_chan->chid, "sending CB event:%s\n",
		  TO_GPI_CB_EVENT_STR(msm_gpi_cb.cb_event));
	GPII_ERR(gpii, gpii_chan->chid,