Re: [PATCH v1] i2c: imx: Convert comma to semicolon
From: Andi Shyti
Date: Mon Sep 09 2024 - 08:15:48 EST
Hi Shen,
> @@ -687,7 +687,7 @@ static void i2c_imx_stop(struct imx_i2c_struct *i2c_imx, bool atomic)
> i2c_imx_bus_busy(i2c_imx, 0, atomic);
>
> /* Disable I2C controller */
> - temp = i2c_imx->hwdata->i2cr_ien_opcode ^ I2CR_IEN,
> + temp = i2c_imx->hwdata->i2cr_ien_opcode ^ I2CR_IEN;
yeah... pretty ugly!
Thanks for the cleanup, merged to i2c/i2c-host.
Andi