diff options
author | Sakari Ailus <sakari.ailus@linux.intel.com> | 2017-08-16 10:28:16 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-20 15:33:46 +0300 |
commit | 070ed82e32020dd9cc1ab3b5790b6b7d3f788e30 (patch) | |
tree | 2e0d6f5f92a04dd3347c16d0a0f719401039f419 /drivers/media/i2c/ov5670.c | |
parent | 392296208b952dfa486cfa44db72587efd960714 (diff) | |
download | linux-070ed82e32020dd9cc1ab3b5790b6b7d3f788e30.tar.xz |
media: et8ek8: Decrease stack usage
The et8ek8 driver combines I²C register writes to a single array that it
passes to i2c_transfer(). The maximum number of writes is 48 at once,
decrease it to 8 and make more transfers if needed.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Tested-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/i2c/ov5670.c')
0 files changed, 0 insertions, 0 deletions