Re: [PATCH v15 05/34] compositor-drm: Consistent failure paths for output creation

2018-02-06 Thread Pekka Paalanen
On Mon, 5 Feb 2018 18:44:14 + Daniel Stone wrote: > Rather than a smattering of error handlers, use consistent jump labels > for error paths in create_output_for_connector(). > > Signed-off-by: Daniel Stone > Reported-by: Pekka Paalanen > --- > libweston/compositor-drm.c | 21 +++

[PATCH v15 05/34] compositor-drm: Consistent failure paths for output creation

2018-02-05 Thread Daniel Stone
Rather than a smattering of error handlers, use consistent jump labels for error paths in create_output_for_connector(). Signed-off-by: Daniel Stone Reported-by: Pekka Paalanen --- libweston/compositor-drm.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --gi