diff options
author | 2015-08-11 12:18:30 -0300 | |
---|---|---|
committer | 2015-08-16 12:55:07 -0300 | |
commit | 1d88f831d20c10b5633cd71117917cd04a0735a8 (patch) | |
tree | 023a5b137c228221c64d191179a5ad8a09d3ecb9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | [media] c8sectpfe: use a new Kconfig menu for DVB platform drivers (diff) | |
download | wireguard-linux-1d88f831d20c10b5633cd71117917cd04a0735a8.tar.xz wireguard-linux-1d88f831d20c10b5633cd71117917cd04a0735a8.zip |
[media] tc358743: don't use variable length array for I2C writes
drivers/media/i2c/tc358743.c:148:19: warning: Variable length array is used.
As the maximum size is 1026, we can't use dynamic var, as it
would otherwise spend 1056 bytes of the stack at i2c_wr() function.
So, allocate a buffer with the allowed maximum size together with
the state var.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Acked-by: Mats Randgaard <matrandg@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions