diff options
author | 2017-07-31 10:57:47 +0200 | |
---|---|---|
committer | 2017-08-14 17:43:14 -0700 | |
commit | 62f39d49d168fcb405b833f3f864d49a01017ad9 (patch) | |
tree | c4dcd594453b25b7cbd480ec63a883310a1395d0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | staging: pi433: Use matching enum types calling rf69_set_packet_format (diff) | |
download | wireguard-linux-62f39d49d168fcb405b833f3f864d49a01017ad9.tar.xz wireguard-linux-62f39d49d168fcb405b833f3f864d49a01017ad9.zip |
staging: pi433: reduce stack size in tx thread
Putting a 900 byte array on the stack is a clearly too much in the
kernel, and sometimes results in warnings like:
drivers/staging/pi433/pi433_if.c: In function 'pi433_tx_thread':
drivers/staging/pi433/pi433_if.c:645:1: error: the frame size of 1028 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
This moves the buffer into the dynamically allocated per-device
structure.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Marcus Wolf <linux@wolf-entwicklungen.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions