[PATCH v2 09/11] i2c: nomadik: support Mobileye EyeQ5 I2C controller
Wolfram Sang
wsa at kernel.org
Mon Mar 4 01:27:51 PST 2024
> + if (of_device_is_compatible(np, "mobileye,eyeq5-i2c")) {
> + ret = nmk_i2c_eyeq5_probe(priv);
> + if (ret) {
> + dev_info(dev, "%s: %d: %d\n", __func__, __LINE__, ret);
This is debug code, or? Please remove it. Especially since
nmk_i2c_eyeq5_probe() prints something out on error.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20240304/59a466e7/attachment.sig>
More information about the linux-arm-kernel
mailing list