Files
system76-coreboot/src/drivers
Edward O'Callaghan b0cbb2cd17 drivers/intel/gma: Uninitialized var before if condition
The variable 'wait' is used uninitialized whenever 'if' condition is false
                if (val & DDI_BUF_CTL_ENABLE) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~

Leading to an uninitialized use occurs here:
                if (wait)
                    ^~~~

Change-Id: I7d96bf1e33b9c4312d4a0ba8276e83d17d6cd070
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6052
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
2014-06-25 11:38:33 +02:00
..
2013-07-10 20:18:15 +02:00
2014-04-22 13:42:48 +02:00
2012-11-27 22:00:49 +01:00
2012-11-27 22:00:49 +01:00
2013-12-21 13:29:42 +01:00
2014-02-06 11:14:50 +01:00
2014-06-21 08:04:54 +02:00
2012-11-27 22:00:49 +01:00
2013-04-10 17:34:19 +02:00
2012-11-27 22:00:49 +01:00
2014-04-30 07:00:20 +02:00
2014-04-30 07:00:20 +02:00
2014-05-20 13:46:35 +02:00
2014-05-20 13:46:35 +02:00