::
Re: [maemo-leste] [PATCH v3] power:…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Questo messaggio è parte di questo thread:
il thread completo ordinato per data
Sebastian Reichel at
2024-03-01 01:32
Autore:
Sebastian Reichel
Data:
2024-03-01 01:34
UTC
To:
Sicelo A. Mhlongo
CC:
linux-pm, maemo-leste, pali
Oggetto:
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