Re: [PATCH] s5p-fimc: set m2m context to null at the end of fimc_m2m_resume

2013-01-18 Thread Shaik Ameer Basha
Hi Sylwester, On Fri, Jan 18, 2013 at 3:58 PM, Sylwester Nawrocki wrote: > Hi Shaik, > > On 01/18/2013 11:01 AM, Shaik Ameer Basha wrote: >> fimc_m2m_job_finish() has to be called with the m2m context for the necessary >> cleanup while resume. But currently fimc_m2m_job_finish() always passes >>

Re: [PATCH] s5p-fimc: set m2m context to null at the end of fimc_m2m_resume

2013-01-18 Thread Sylwester Nawrocki
Hi Shaik, On 01/18/2013 11:01 AM, Shaik Ameer Basha wrote: > fimc_m2m_job_finish() has to be called with the m2m context for the necessary > cleanup while resume. But currently fimc_m2m_job_finish() always passes > fimc->m2m.ctx as NULL. > > This patch changes the order of the calls for proper cl

[PATCH] s5p-fimc: set m2m context to null at the end of fimc_m2m_resume

2013-01-18 Thread Shaik Ameer Basha
fimc_m2m_job_finish() has to be called with the m2m context for the necessary cleanup while resume. But currently fimc_m2m_job_finish() always passes fimc->m2m.ctx as NULL. This patch changes the order of the calls for proper cleanup while resume. Signed-off-by: Shaik Ameer Basha --- drivers/me