i965: Fix compiler warning from uninitialized "success" value.
authorEric Anholt <eric@anholt.net>
Wed, 11 Jan 2012 20:07:15 +0000 (12:07 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 11 Jan 2012 20:07:15 +0000 (12:07 -0800)
commit35cdd7b6dbc763fe57bf466def0a4257ca09beb8
treec94d8dfe751763781e55950d3d1261f8adb3ea84
parentba6f4c9ee2294de66977d292972d47355fa58be0
i965: Fix compiler warning from uninitialized "success" value.

This shouldn't happen, because the DDX should only load this driver if
IS_965.  But better to do something defined in that case.
src/mesa/drivers/dri/intel/intel_screen.c