On Thu, Mar 15, 2012 at 09:57:53AM +, Dave Airlie wrote:
> > Use a do {} while() loop instead of a goto in drm_mode_object_get().
>
> I don't like this one just because it diverges our idr usage from the
> canonical idr usage at
>
> http://lwn.net/Articles/103209/
>
> So unless there is a go
On Thu, Mar 15, 2012 at 09:57:53AM +, Dave Airlie wrote:
> > Use a do {} while() loop instead of a goto in drm_mode_object_get().
>
> I don't like this one just because it diverges our idr usage from the
> canonical idr usage at
>
> http://lwn.net/Articles/103209/
>
> So unless there is a go
> Use a do {} while() loop instead of a goto in drm_mode_object_get().
I don't like this one just because it diverges our idr usage from the
canonical idr usage at
http://lwn.net/Articles/103209/
So unless there is a good reason for the change I'd rather not apply it.
I've applied the other pat
> Use a do {} while() loop instead of a goto in drm_mode_object_get().
I don't like this one just because it diverges our idr usage from the
canonical idr usage at
http://lwn.net/Articles/103209/
So unless there is a good reason for the change I'd rather not apply it.
I've applied the other pat
From: Ville Syrj?l?
Use a do {} while() loop instead of a goto in drm_mode_object_get().
Signed-off-by: Ville Syrj?l?
---
drivers/gpu/drm/drm_crtc.c | 20 ++--
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_cr
From: Ville Syrjälä
Use a do {} while() loop instead of a goto in drm_mode_object_get().
Signed-off-by: Ville Syrjälä
---
drivers/gpu/drm/drm_crtc.c | 20 ++--
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_cr