summaryrefslogtreecommitdiffstats
path: root/sound/last.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2013-11-02 07:52:04 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-11-08 09:45:45 -0200
commit65e2f1cb3fe0f0630834b9517ba8f631936f325c (patch)
treef2f93e789f1063659ffc912583289a666d8ffb5c /sound/last.c
parent0065a79a8698a953e4b201c5fce8db8940530578 (diff)
downloadlinux-65e2f1cb3fe0f0630834b9517ba8f631936f325c.tar.bz2
[media] af9015: Don't use dynamic static allocation
Dynamic static allocation is evil, as Kernel stack is too low, and compilation complains about it on some archs: drivers/media/usb/dvb-usb-v2/af9015.c:433:1: warning: 'af9015_eeprom_hash' uses dynamic stack allocation [enabled by default] In this specific case, it is a gcc bug, as the size is a const, but it is easy to just change it from const to a #define, getting rid of the gcc warning. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com> Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com> Reviewed-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'sound/last.c')
0 files changed, 0 insertions, 0 deletions