nv50: streamline screen_create error handling
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Tue, 26 Jun 2012 14:22:43 +0000 (16:22 +0200)
committerMarcin Slusarz <marcin.slusarz@gmail.com>
Wed, 27 Jun 2012 22:01:02 +0000 (00:01 +0200)
commit0fceaee4fd8f745e71cbc4e1d24520ac7e11c2cd
tree1c36a63b0c2ba2bdb2ee75f21607e84cc84532ee
parent96259b51285469a229c3740c2b467d4455ed0c8d
nv50: streamline screen_create error handling

Remove macro which changes control flow (it's evil).
Make all fail paths print (correct) error message.
src/gallium/drivers/nv50/nv50_screen.c