aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h
diff options
context:
space:
mode:
authorAkinobu Mita <[email protected]>2018-05-06 10:19:17 -0400
committerMauro Carvalho Chehab <[email protected]>2018-05-28 13:58:34 -0400
commita024ee14cd36dba55fd77322f5d48ee0e55418ae (patch)
tree553c3322f46feeded4cfca533d63e42fba0725db /scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h
parentf12de5e911ef29935abc580618bd9b720832612d (diff)
media: ov772x: correct setting of banding filter
The banding filter ON/OFF is controlled via bit 5 of COM8 register. It is attempted to be enabled in ov772x_set_params() by the following line. ret = ov772x_mask_set(client, COM8, BNDF_ON_OFF, 1); But this unexpectedly results disabling the banding filter, because the mask and set bits are exclusive. On the other hand, ov772x_s_ctrl() correctly sets the bit by: ret = ov772x_mask_set(client, COM8, BNDF_ON_OFF, BNDF_ON_OFF); Cc: Laurent Pinchart <[email protected]> Cc: Hans Verkuil <[email protected]> Acked-by: Jacopo Mondi <[email protected]> Signed-off-by: Akinobu Mita <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h')
0 files changed, 0 insertions, 0 deletions