diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-11-02 10:52:04 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-04 19:06:31 (GMT) |
commit | 29b521de6c11bfd3d41288d30885b979e5146902 (patch) | |
tree | abb84c55bc9e932e7a2487cb2a7348669b0d3b39 /drivers/leds | |
parent | db37112a30abfe0d32ed79fa9229c2f470ab7197 (diff) | |
download | linux-fsl-qoriq-29b521de6c11bfd3d41288d30885b979e5146902.tar.xz |
media: af9015: Don't use dynamic static allocation
commit 65e2f1cb3fe0f0630834b9517ba8f631936f325c upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/leds')
0 files changed, 0 insertions, 0 deletions