libweston: assert make/model in weston_output_enable()
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>
Thu, 24 Aug 2017 13:08:49 +0000 (16:08 +0300)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Tue, 17 Apr 2018 12:19:57 +0000 (15:19 +0300)
commitec25b0a844b8786fd20e107669c516f45372955a
tree4db214c4586682f3bfeb8f2e4ee5051c1b613d7d
parentddce54de3aab242f746c44bd4c09d6e04e987d06
libweston: assert make/model in weston_output_enable()

Output make and model are not allowed to be NULL in the protocol, so
ensure they are not forgotten when enabling an output.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Ian Ray <ian.ray@ge.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Acked-by: Derek Foreman <derekf@osg.samsung.com>
libweston/compositor.c