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

Commit f5084933 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

i2c: imx: simplify i2c_imx_dma_write() a little

parent 06205206
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -657,11 +657,7 @@ static int i2c_imx_dma_write(struct imx_i2c_struct *i2c_imx,
	if (result)
		return result;

	result = i2c_imx_acked(i2c_imx);
	if (result)
		return result;

	return 0;
	return i2c_imx_acked(i2c_imx);
}

static int i2c_imx_dma_read(struct imx_i2c_struct *i2c_imx,