[PATCH v1] i2c: imx: Convert comma to semicolon
Andi Shyti
andi.shyti at kernel.org
Mon Sep 9 05:15:38 PDT 2024
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
More information about the linux-arm-kernel
mailing list