Skip to content

Commit

Permalink
Merge branch 'drm-rockchip-next-2017-02-07' of https://github.com/mar…
Browse files Browse the repository at this point in the history
…kyzq/kernel-drm-rockchip into drm-next

Single compile fix.

* 'drm-rockchip-next-2017-02-07' of https://github.com/markyzq/kernel-drm-rockchip:
  drm/rockchip: cdn-dp: fix cdn-dp complie warning
  • Loading branch information
Dave Airlie committed Feb 8, 2017
2 parents 26d7f34 + 213c4b9 commit 4eaa39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/rockchip/cdn-dp-reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ static int cdn_dp_get_msa_misc(struct video_info *video,
struct drm_display_mode *mode)
{
u32 msa_misc;
u8 val[2];
u8 val[2] = {0};

switch (video->color_fmt) {
case PXL_RGB:
Expand Down

0 comments on commit 4eaa39c

Please sign in to comment.