summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/fb_pcd8544.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-02-02 15:38:24 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-03 13:01:36 +0100
commit26190d41b97734eee9ec076c12d6defe42de7efc (patch)
treefcea84aab5a1157cafe8e4c467bb383c55708489 /drivers/staging/fbtft/fb_pcd8544.c
parent156650083f7d6fa04e580bb148dbb6f9a70c7e1a (diff)
downloadop-kernel-dev-26190d41b97734eee9ec076c12d6defe42de7efc.zip
op-kernel-dev-26190d41b97734eee9ec076c12d6defe42de7efc.tar.gz
staging: rtl8192u: move stats_IndicateArray off stack
Putting 128 pointers on the stack is rather wasteful, in particular on 64-bit architectures: drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c: In function 'RxPktPendingTimeout': drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c:92:1: warning: the frame size of 1072 bytes is larger than 1024 bytes [-Wframe-larger-than=] The rtl8192e driver has the exact same function, except that stores the array in its 'ieee' structure. Let's do it the same way here for consistency. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/fb_pcd8544.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud