From: YoungJun Cho Date: Mon, 1 Jul 2013 04:04:12 +0000 (+0900) Subject: drm/exynos: initialize the buf_num in vp_video_buffer X-Git-Tag: v3.11-rc1~65^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782953ece3d102ccb31df87ecfeeb96064126afb;p=pandora-kernel.git drm/exynos: initialize the buf_num in vp_video_buffer The buf_num in vp_video_buffer() should be 1 or 2, but it is not initialized, and only set to 2 in NV12M or NV12MT cases. So this patch initializes the buf_num with 1 as default. Signed-off-by: YoungJun Cho Signed-off-by: Seung-Woo Kim Signed-off-by: Kyungmin Park Signed-off-by: Inki Dae --- Reading git-diff-tree failed