Re: [PATCH v0] media: i2c: fix the erroneous pointer initializer
From: Lin Ma
Date: Thu Jul 21 2022 - 23:08:18 EST
Hello there,
>
> There are obvious errors for the initializer of ov02a10_i2c_driver,
> ov2682_i2c_driver, and ov5695_i2c_driver as the code intended to assign
> "address of function pointer" to function pointer. This patch fixes them
> by removing redundant & operators.
>
> Signed-off-by: Lin Ma <linma@xxxxxxxxxx>
Sorry as this is a false alarm :(
I just get confused by the function pointers and function addresses and
the original code works fine.
Regards
Lin