aboutsummaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <[email protected]>2013-11-02 07:18:09 -0300
committerMauro Carvalho Chehab <[email protected]>2013-11-08 09:45:43 -0200
commit64f7ef8afbf89f3c72c4d2472e4914ca198c0668 (patch)
tree5448f49c48d04f831632a09511e922cf82283a9d /scripts/objdiff
parent24e9a47e14f0a97ee97abc3dd86b2ef254448a17 (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 <[email protected]> Reviewed-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions