Re: [PATCH -next RESEND] gpu: host1x: drm: fix missing unlock on error

2013-04-24 Thread Thierry Reding
On Wed, Apr 24, 2013 at 10:48:23AM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Add the missing unlock before return from function host1x_drm_init() and > host1x_drm_exit() in the error handling case. > > Signed-off-by: Wei Yongjun I've applied this to my fixes branch with a small modific

Re: [PATCH -next RESEND] gpu: host1x: drm: fix missing unlock on error

2013-04-23 Thread Thierry Reding
On Wed, Apr 24, 2013 at 11:07:30AM +0800, Wei Yongjun wrote: > On 04/24/2013 10:53 AM, Mark Zhang wrote: > > I think Thierry has acked this patch. So why? > > Yes, Thierry has acked this patch five months ago, but this patch does not > applied util now. And the source file has been moved from > dr

Re: [PATCH -next RESEND] gpu: host1x: drm: fix missing unlock on error

2013-04-23 Thread Mark Zhang
Alright. Please send this to linux-tegra ML and ping Thierry. Mark On 04/24/2013 11:07 AM, Wei Yongjun wrote: > On 04/24/2013 10:53 AM, Mark Zhang wrote: >> I think Thierry has acked this patch. So why? > > Yes, Thierry has acked this patch five months ago, but this patch does not > applied util

Re: [PATCH -next RESEND] gpu: host1x: drm: fix missing unlock on error

2013-04-23 Thread Wei Yongjun
On 04/24/2013 10:53 AM, Mark Zhang wrote: > I think Thierry has acked this patch. So why? Yes, Thierry has acked this patch five months ago, but this patch does not applied util now. And the source file has been moved from drivers/gpu/drm/tegra/host1x.c to drivers/gpu/host1x/drm/drm.c, so I am not

Re: [PATCH -next RESEND] gpu: host1x: drm: fix missing unlock on error

2013-04-23 Thread Mark Zhang
I think Thierry has acked this patch. So why? Mark On 04/24/2013 10:48 AM, Wei Yongjun wrote: > From: Wei Yongjun > > Add the missing unlock before return from function host1x_drm_init() and > host1x_drm_exit() in the error handling case. > > Signed-off-by: Wei Yongjun > --- > rebased on the l

[PATCH -next RESEND] gpu: host1x: drm: fix missing unlock on error

2013-04-23 Thread Wei Yongjun
From: Wei Yongjun Add the missing unlock before return from function host1x_drm_init() and host1x_drm_exit() in the error handling case. Signed-off-by: Wei Yongjun --- rebased on the latest linux-next.git tree. --- drivers/gpu/host1x/drm/drm.c | 2 ++ 1 file changed, 2 insertions(+) diff --gi