commit | dc5e02050b8574393d921ed76d37eb359b55f39a | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hansverk@cisco.com> | Thu Nov 12 13:30:39 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Nov 17 14:39:54 2015 -0200 |
tree | a8c301f16d6ff5010aaace634ac15533928fb886 | |
parent | 74c9c0febb605edea9878ed69906b7a3f8be273f [diff] |
[media] adv7511: fix incorrect bit offset The quantization bits are in bits 7-6, not 7-4, so shift by 6 instead of 4. This bug is caused by a typo in the adv7511 datasheet. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>