On 2017?02?07? 09:05, Dave Airlie wrote: > On 5 February 2017 at 18:40, Mark yao <mark.yao at rock-chips.com> wrote: >> Hi Dave >> >> drm/rockchip cdn-dp driver is v17 now, I think it's ready to land it. >> >> Thanks. >> >> The following changes since commit 99743ae4c5f52f8f8ceb17783056fcc9b4f8b64c: >> >> Merge branch 'drm-etnaviv-next' of >> https://git.pengutronix.de/git/lst/linux into drm-next (2017-02-03 05:41:58 >> +1000) >> > CC [M] drivers/gpu/drm/rockchip/rockchip_vop_reg.o > CC [M] drivers/gpu/drm/rockchip/rockchip_drm_vop.o > /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/rockchip/cdn-dp-reg.c: > In function ?cdn_dp_config_video?: > /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/rockchip/cdn-dp-reg.c:632:24: > warning: ?val[1]? may be used uninitialized in this function > [-Wmaybe-uninitialized] > msa_misc = 2 * val[0] + 32 * val[1] + > ~~~~~~~~~~~^~~~~~~~~~~~~ > /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/rockchip/cdn-dp-reg.c:595:5: > note: ?val[1]? was declared here > u8 val[2]; > > You might want to send me a follow up pull request to fix that. > > Dave. > Hi Dave Sorry for the compile warning, following patch fix the compile warning with tiny modify. Thanks. The following changes since commit 26d7f34cae7aad9600cd40ce07ec3fbe8606a567: Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-next (2017-02-07 11:05:42 +1000) are available in the git repository at: https://github.com/markyzq/kernel-drm-rockchip.git drm-rockchip-next-2017-02-07 for you to fetch changes up to 213c4b96639818a2dc8750d1b7a37672a9c9eaeb: drm/rockchip: cdn-dp: fix cdn-dp complie warning (2017-02-07 11:06:01 +0800) ---------------------------------------------------------------- Mark Yao (1): drm/rockchip: cdn-dp: fix cdn-dp complie warning drivers/gpu/drm/rockchip/cdn-dp-reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- ?ark Yao