::
Re: [maemo-leste] [PATCH v3] power:…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Ce message fait partie du fil suivant :
Arborescence complète du fil triée par date
Sebastian Reichel à
2024-03-01 01:32
Auteur:
Sebastian Reichel
Date:
2024-03-01 01:34
UTC
À:
Sicelo A. Mhlongo
CC:
linux-pm, maemo-leste, pali
Sujet:
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