summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/adv7604.c
diff options
context:
space:
mode:
authorMats Randgaard <matrandg@cisco.com>2015-12-10 11:38:07 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-02-01 08:02:53 -0200
commitfcae73fac1b45053766c92f08fb3afee6d30dbbc (patch)
treefcb713b767b7f0cf8987a0e07b75f30198f10582 /drivers/media/i2c/adv7604.c
parent8e20b80344148dd8b7ec23d546e931d54810a1b7 (diff)
[media] tc358743: Use local array with fixed size in i2c write
i2c_wr() is called from ops and the interrupt service routine, while state->wr_data is shared and unprotected, and could be overwritten. This shared buffer is therefore replaced with a local array with fixed size. The array has the size of one EDID block (128 bytes) + 2 bytes i2c address, and the EDID is written block by block (up to 8 blocks). Signed-off-by: Mats Randgaard <matrandg@cisco.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/i2c/adv7604.c')
0 files changed, 0 insertions, 0 deletions