RE: [PATCH] i2c: tegra: Return if SMBUS message length is zero

From: Akhil R
Date: Thu Mar 20 2025 - 09:23:17 EST


> > For SMBUS block read, do not continue to read if the message length
> > passed from the device is '0'.
>
> You probably should also check for I2C_SMBUS_BLOCK_MAX while here.

Done. Posted a new version with this additional check.

Thanks,
Akhil