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 +++
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