diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-11 18:18:30 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-16 18:55:07 +0300 |
commit | 1d88f831d20c10b5633cd71117917cd04a0735a8 (patch) | |
tree | 023a5b137c228221c64d191179a5ad8a09d3ecb9 /drivers/phy/phy-exynos4x12-usb2.c | |
parent | ca05189716c2ce02c60303e9c1228a61d1cb9542 (diff) | |
download | linux-1d88f831d20c10b5633cd71117917cd04a0735a8.tar.xz |
[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 'drivers/phy/phy-exynos4x12-usb2.c')
0 files changed, 0 insertions, 0 deletions