]> git.proxmox.com Git - qemu.git/commit
hw/omap_dss.c: Fix !-vs-~ bug in handling DISPC_CONTROL
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 9 Nov 2011 17:20:06 +0000 (17:20 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 9 Nov 2011 18:06:20 +0000 (12:06 -0600)
commit95117be5a337d15555b69b7059d4e0791ce8063d
tree8ed9844894ba163c77f014d60329d5276dd01a58
parent66e3dd9282141b5ae75637c9676002cf3ceeb988
hw/omap_dss.c: Fix !-vs-~ bug in handling DISPC_CONTROL

Fix a bug revealed by a coverity scan (see bug 887883) which meant
that we would never print the warning about unpredictable behaviour
if a nonexistent overlay is enabled.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/omap_dss.c