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

Commit be1d975a authored by Shrey Vijay's avatar Shrey Vijay
Browse files

i2c-msm-v2: Fix compilation error in I2C driver



Fix compilation error seen on the latest codebase.

Signed-off-by: default avatarShrey Vijay <shreyv@codeaurora.org>
Change-Id: I22820424983a741938224b22780882f8b10d6d03
parent d14a930f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2164,7 +2164,6 @@ static bool i2c_msm_xfer_next_buf(struct i2c_msm_ctrl *ctrl)

			++cur_buf->msg_idx;
			++cur_msg;
			}
		} else {
			cur_buf->is_init = true;
		}