From: Shaik Ameer Basha Date: Wed, 6 Feb 2013 04:46:18 +0000 (-0300) Subject: [media] exynos-gsc: send valid m2m ctx to gsc_m2m_job_finish X-Git-Tag: v3.9-rc5~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d83790be7c88a5ea99ab32ca196d99cf4d177a4;p=pandora-kernel.git [media] exynos-gsc: send valid m2m ctx to gsc_m2m_job_finish gsc_m2m_job_finish() has to be called with the m2m context for the necessary cleanup while resume. But currently gsc_m2m_job_finish() always passes m2m context as NULL. This patch preserves the context before making it null, for necessary cleanup. Use gsc_m2m_opened() instead gsc_m2m_active() in gsc_resume(). Signed-off-by: Shaik Ameer Basha Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed