diff options
author | 2013-11-02 08:13:02 -0300 | |
---|---|---|
committer | 2013-11-08 09:45:46 -0200 | |
commit | c98300a0e8cf160aaea60bc05d2cd156a7666173 (patch) | |
tree | 2a1bae8d40adc7cb472361e0a50ab48a188a1dd7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | [media] af9035: Don't use dynamic static allocation (diff) | |
download | linux-dev-c98300a0e8cf160aaea60bc05d2cd156a7666173.tar.xz linux-dev-c98300a0e8cf160aaea60bc05d2cd156a7666173.zip |
[media] mxl111sf: 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/mxl111sf.c:74:1: warning: 'mxl111sf_ctrl_msg' uses dynamic stack allocation [enabled by default]
Instead, let's enforce a limit for the buffer to be the max size of
a control URB payload data (64 bytes).
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions