diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2025-10-31 09:03:18 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-10-31 12:01:53 +0000 |
| commit | 27fef3048fe95934f6f2f87341eb33ef6581a075 (patch) | |
| tree | d8ded32ceb93771b57e077ff43a6caa19784b9f9 /scripts/clang-tools/gen_compile_commands.py | |
| parent | bda6f8749c8e0b10f083dc7a1edf169f349fb776 (diff) | |
regcache: flat: Remove unneeded check and error message for -ENOMEM
There is a convention in the kernel to avoid error messages
in the cases of -ENOMEM errors. Besides that, the idea behind
using struct_size() and other macros from overflow.h is
to saturate the size that the following allocation call will
definitely fail, hence the check and the error messaging added
in regcache_flat_init() are redundant. Remove them.
Acked-by: Sander Vanheule <sander@svanheule.net>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20251031080540.3970776-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/clang-tools/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions
