diff options
| author | Liao Yuanhong <liaoyuanhong@vivo.com> | 2025-08-20 21:15:08 +0800 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2025-09-07 16:33:47 -0700 |
| commit | a6461d2039fac16e7965bf91742f592986803194 (patch) | |
| tree | 8f88722ea056cdfd7e9cfb61af0d76ff2a135134 /scripts/gdb/linux/proc.py | |
| parent | 71e5262374e7ccc7e692fc005273f1fe2f74830e (diff) | |
hwmon: (ltc4282) remove the use of dev_err_probe()
Logging messages that show some type of "out of memory" error are generally
unnecessary as there is a generic message and a stack dump done by the
memory subsystem. These messages generally increase kernel size without
much added value[1].
The dev_err_probe() doesn't do anything when error is '-ENOMEM'. Therefore,
remove the useless call to dev_err_probe(), and just return the value
instead.
[1]: https://lore.kernel.org/lkml/1402419340.30479.18.camel@joe-AO725/
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Link: https://lore.kernel.org/r/20250820131509.502007-1-liaoyuanhong@vivo.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions
