console: Fix qemu_default_pixelformat() for 24 bpp
authorMarkus Armbruster <armbru@redhat.com>
Tue, 22 Nov 2011 11:56:10 +0000 (12:56 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 6 Dec 2011 09:56:40 +0000 (09:56 +0000)
commit0eba62e03292ff91201358fd544cadfbff36f1bf
treebebb2fd1113731632d3053bd8afb4f4641d707dd
parent95d8f9f41c313c458dd34e0a54162c414a352111
console: Fix qemu_default_pixelformat() for 24 bpp

Falls through to 32 bpp.  Harmless, because the only difference is the
alpha component, and we're not using that.  Spotted by Coverity.

Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
console.c