commit | 95117be5a337d15555b69b7059d4e0791ce8063d | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Nov 09 17:20:06 2011 +0000 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Nov 09 12:06:20 2011 -0600 |
tree | 8ed9844894ba163c77f014d60329d5276dd01a58 | |
parent | 66e3dd9282141b5ae75637c9676002cf3ceeb988 [diff] |
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>