Re: [PATCH weston 02/21] compositor-drm: use asprintf in make_connector_name()

2017-09-24 Thread Ray, Ian (GE Healthcare)
On 22/09/2017, 17.33, "wayland-devel on behalf of Pekka Paalanen" wrote: > > From: Pekka Paalanen > > Gets rid of the constant size char array. > > While here, document the function. > > Signed-off-by: Pekka Paalanen Reviewed-by: Ian Ray ___

[PATCH weston 02/21] compositor-drm: use asprintf in make_connector_name()

2017-09-22 Thread Pekka Paalanen
From: Pekka Paalanen Gets rid of the constant size char array. While here, document the function. Signed-off-by: Pekka Paalanen --- libweston/compositor-drm.c | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/libweston/compositor-drm.c b/libweston/composit