diff options
author | Mauro Carvalho Chehab | 2013-11-02 07:18:09 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2013-11-08 09:45:43 -0200 |
commit | 64f7ef8afbf89f3c72c4d2472e4914ca198c0668 (patch) | |
tree | 5448f49c48d04f831632a09511e922cf82283a9d /virt/kvm/async_pf.h | |
parent | 24e9a47e14f0a97ee97abc3dd86b2ef254448a17 (diff) |
[media] cxusb: 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/cxusb.c:209:1: warning: 'cxusb_i2c_xfer' uses dynamic stack allocation [enabled by default]
drivers/media/usb/dvb-usb/cxusb.c:69:1: warning: 'cxusb_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 'virt/kvm/async_pf.h')
0 files changed, 0 insertions, 0 deletions