aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2020-01-04 22:48:21 +0100
committerGreg Kroah-Hartman <[email protected]>2020-01-10 10:58:31 +0100
commitc497ae2077c055b85c1bf04f3d182a84bd8f365b (patch)
treec0fbd6896849de66b153f56c13c02a3c58b943b8 /drivers/fpga/fpga-bridge.c
parent47f6e54c53c5235137ffef50aeaa2c899b3a2ad8 (diff)
staging: rtl8188: avoid excessive stack usage
The rtl8188 copy of the os_dep support code causes a warning about a very significant stack usage in the translate_scan() function: drivers/staging/rtl8188eu/os_dep/ioctl_linux.c: In function 'translate_scan': drivers/staging/rtl8188eu/os_dep/ioctl_linux.c:306:1: error: the frame size of 1560 bytes is larger than 1400 bytes [-Werror=frame-larger-than=] Use the same trick as in the rtl8723bs copy of the same function, and allocate it dynamically. Signed-off-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions