Hi,
On Thu, Feb 29, 2024 at 08:37:21AM +0200, Sicelo A. Mhlongo wrote:
> + ret = bq2415x_exec_command(bq, BQ2415X_CHARGE_STATUS);
> + if (ret < 0)
> + return ret;
> + else
The else is not needed, since the if returns. I dropped it
while applying.
Greetings,
-- Sebastian