nv50: check return value of nouveau_object_new()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 14 Dec 2015 16:51:59 +0000 (17:51 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 14 Dec 2015 18:08:39 +0000 (19:08 +0100)
commit54f58210c29e358185b1bbaea70c5c2a76a07d44
tree5433d17f4631cfc23f301af15ef597734c96d3c1
parent3f7462b792a5bd517a1d2958d1aeb630ed253246
nv50: check return value of nouveau_object_new()

When ret == 0, obj is not NULL. Spotted by Coverity.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/nv50/nv84_video.c