commit | ffe8f53f9cc73fb25c8f78d4aed7ddf285503a60 | [log] [tgz] |
---|---|---|
author | Liviu Dudau <Liviu.Dudau@arm.com> | Thu Jun 15 15:13:46 2017 +0100 |
committer | Rob Clark <robdclark@gmail.com> | Fri Jun 16 11:16:08 2017 -0400 |
tree | d1597038f9a6cccb8aea5d735c2b93b3514a9765 | |
parent | 52260ae4c461538a4f104d463a55dfc13c3d8543 [diff] |
drm/msm/hdmi: Use bitwise operators when building register values Commit c0c0d9eeeb8d ("drm/msm: hdmi audio support") uses logical OR operators to build up a value to be written in the REG_HDMI_AUDIO_INFO0 and REG_HDMI_AUDIO_INFO1 registers when it should have used bitwise operators. Signed-off-by: Liviu Dudau <liviu.dudau@arm.com> Fixes: c0c0d9eeeb8d ("drm/msm: hdmi audio support") Signed-off-by: Rob Clark <robdclark@gmail.com>