Messages in this thread |  | | From | Sebastian Reichel <> | | Subject | Re: [PATCH v2] power: supply: Remove error prints for devm_add_action_or_reset() | | Date | Sat, 06 Sep 2025 23:45:07 +0200 |
| |
On Tue, 05 Aug 2025 11:33:35 +0200, Waqar Hameed wrote: > When `devm_add_action_or_reset()` fails, it is due to a failed memory > allocation and will thus return `-ENOMEM`. `dev_err_probe()` doesn't do > anything when error is `-ENOMEM`. Therefore, remove the useless call to > `dev_err_probe()` when `devm_add_action_or_reset()` fails, and just > return the value instead. > > > [...]
Applied, thanks!
[1/1] power: supply: Remove error prints for devm_add_action_or_reset() commit: 32f350d58544e2529dc8798275684e97f0a2df6f
Best regards, -- Sebastian Reichel <sebastian.reichel@collabora.com>
|  |