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

Commit 8533a8c4 authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: gsi: turn off debug prints



Make debug prints as dynamic debug messages instead of
error messages.

Change-Id: Ia7d513aa200447707bb335ac0947662891053e80
Acked-by: default avatarAdy Abraham <adya@qti.qualcomm.com>
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 09deb55f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
#define GSIERR(fmt, args...) \
		dev_err(gsi_ctx->dev, "%s:%d " fmt, __func__, __LINE__, ## args)
#define GSIDBG(fmt, args...) \
		dev_err(gsi_ctx->dev, "%s:%d " fmt, __func__, __LINE__, ## args)
		dev_dbg(gsi_ctx->dev, "%s:%d " fmt, __func__, __LINE__, ## args)

enum gsi_evt_ring_state {
	GSI_EVT_RING_STATE_NOT_ALLOCATED = 0x0,