diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-04-08 20:58:16 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-04-17 17:20:44 +0200 |
commit | 5c4a5999b2450a96c9adb6196f9fc6772a0d07fd (patch) | |
tree | 6d6559cc131c9d48f83e2fe785a805dba15265df /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0666e3c481a260359cd912f352f01a62eeb7974f (diff) |
soc: fsl: dpio: avoid stack usage warning
A 1024 byte variable on the stack will warn on any 32-bit architecture
during compile-testing, and is generally a bad idea anyway:
fsl/dpio/dpio-service.c: In function 'dpaa2_io_service_enqueue_multiple_desc_fq':
fsl/dpio/dpio-service.c:495:1: error: the frame size of 1032 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
There are currently no callers of this function, so I cannot tell whether
dynamic memory allocation is allowed once callers are added. Change
it to kcalloc for now, if anyone gets a warning about calling this in
atomic context after they start using it, they can fix it later.
Link: https://lore.kernel.org/r/20200408185834.434784-1-arnd@arndb.de
Fixes: 9d98809711ae ("soc: fsl: dpio: Adding QMAN multiple enqueue interface")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions