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

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

Merge "i2c-msm-genic: To remove unsupported %: in format string"

parents 21512255 c034bb96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1249,8 +1249,8 @@ static int geni_i2c_xfer(struct i2c_adapter *adap,
	}

	gi2c->cur = NULL;
	GENI_SE_ERR(gi2c->ipcl, true, gi2c->dev,
		"i2c txn ret:%d, num:%d, err%:%d\n", ret, num, gi2c->err);
	GENI_SE_DBG(gi2c->ipcl, false, gi2c->dev,
		"i2c txn ret:%d, num:%d, err:%d\n", ret, num, gi2c->err);

	if (gi2c->err)
		return gi2c->err;