[PATCH] drm/crtc-helper: Fixup error handling in drm_helper_crtc_mode_set

2015-07-02 Thread John Hunter
On Thu, Jul 2, 2015 at 9:16 PM, Daniel Vetter wrote: > In > > commit 9f658b7b62e7aefc1ee067136126eca3f58cabfd > Author: Daniel Stone > Date: Fri May 22 13:34:45 2015 +0100 > > drm/crtc_helper: Replace open-coded CRTC state helpers > > error handling code was broken, resulting in the first

[PATCH] drm/crtc-helper: Fixup error handling in drm_helper_crtc_mode_set

2015-07-02 Thread Daniel Vetter
On Thu, Jul 02, 2015 at 02:27:30PM +0100, Daniel Stone wrote: > Hi, > > > On 2 Jul 2015, at 2:16 pm, Daniel Vetter wrote: > > > > In > > > > commit 9f658b7b62e7aefc1ee067136126eca3f58cabfd > > Author: Daniel Stone > > Date: Fri May 22 13:34:45 2015 +0100 > > > >drm/crtc_helper: Replace

[PATCH] drm/crtc-helper: Fixup error handling in drm_helper_crtc_mode_set

2015-07-02 Thread Daniel Vetter
In commit 9f658b7b62e7aefc1ee067136126eca3f58cabfd Author: Daniel Stone Date: Fri May 22 13:34:45 2015 +0100 drm/crtc_helper: Replace open-coded CRTC state helpers error handling code was broken, resulting in the first path not being checked correctly. Fix this by using the same pattern a

[PATCH] drm/crtc-helper: Fixup error handling in drm_helper_crtc_mode_set

2015-07-02 Thread Daniel Stone
Hi, > On 2 Jul 2015, at 2:16 pm, Daniel Vetter wrote: > > In > > commit 9f658b7b62e7aefc1ee067136126eca3f58cabfd > Author: Daniel Stone > Date: Fri May 22 13:34:45 2015 +0100 > >drm/crtc_helper: Replace open-coded CRTC state helpers > > error handling code was broken, resulting in the

[PATCH] drm/crtc-helper: Fixup error handling in drm_helper_crtc_mode_set

2015-07-02 Thread Daniel Stone
Hi, On Thu, 2015-07-02 at 09:23 +0200, Daniel Vetter wrote: > In > > commit 9f658b7b62e7aefc1ee067136126eca3f58cabfd > Author: Daniel Stone > Date: Fri May 22 13:34:45 2015 +0100 > > drm/crtc_helper: Replace open-coded CRTC state helpers > > error handling code was broken, resulting in t

[PATCH] drm/crtc-helper: Fixup error handling in drm_helper_crtc_mode_set

2015-07-02 Thread Daniel Vetter
In commit 9f658b7b62e7aefc1ee067136126eca3f58cabfd Author: Daniel Stone Date: Fri May 22 13:34:45 2015 +0100 drm/crtc_helper: Replace open-coded CRTC state helpers error handling code was broken, resulting in the first path not being checked correctly. Fix this by using the same pattern a

[PATCH] drm/crtc-helper: Fixup error handling in drm_helper_crtc_mode_set

2015-07-02 Thread Daniel Vetter
In commit 9f658b7b62e7aefc1ee067136126eca3f58cabfd Author: Daniel Stone Date: Fri May 22 13:34:45 2015 +0100 drm/crtc_helper: Replace open-coded CRTC state helpers error handling code was broken, resulting in the first path not being checked correctly. Fix this by using the same pattern a