aboutsummaryrefslogtreecommitdiff
path: root/lib/clz_tab.c
diff options
context:
space:
mode:
authorMats Randgaard <[email protected]>2015-12-10 11:38:07 -0200
committerMauro Carvalho Chehab <[email protected]>2016-02-01 08:02:53 -0200
commitfcae73fac1b45053766c92f08fb3afee6d30dbbc (patch)
treefcb713b767b7f0cf8987a0e07b75f30198f10582 /lib/clz_tab.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 <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'lib/clz_tab.c')
0 files changed, 0 insertions, 0 deletions