Re: [PATCH -next] [media] coda: fix missing unlock on error in coda_stop_streaming()

2013-06-18 Thread Wei Yongjun
On 06/18/2013 06:03 PM, Philipp Zabel wrote: > Am Dienstag, den 18.06.2013, 13:00 +0800 schrieb Wei Yongjun: >> From: Wei Yongjun >> >> Add the missing unlock before return from function coda_stop_streaming() >> in the error handling case. >> >> Signed-off-by: Wei Yongjun >> --- >> drivers/media

Re: [PATCH -next] [media] coda: fix missing unlock on error in coda_stop_streaming()

2013-06-18 Thread Philipp Zabel
Am Dienstag, den 18.06.2013, 13:00 +0800 schrieb Wei Yongjun: > From: Wei Yongjun > > Add the missing unlock before return from function coda_stop_streaming() > in the error handling case. > > Signed-off-by: Wei Yongjun > --- > drivers/media/platform/coda.c | 1 + > 1 file changed, 1 insertion

[PATCH -next] [media] coda: fix missing unlock on error in coda_stop_streaming()

2013-06-17 Thread Wei Yongjun
From: Wei Yongjun Add the missing unlock before return from function coda_stop_streaming() in the error handling case. Signed-off-by: Wei Yongjun --- drivers/media/platform/coda.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c