:: Re: [maemo-leste] [PATCH v3] power:…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Sebastian Reichel
Fecha:  
A: Sicelo A. Mhlongo
Cc: linux-pm, maemo-leste, pali
Asunto: Re: [maemo-leste] [PATCH v3] power: supply: bq2415x_charger: report online status
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