]> git.proxmox.com Git - qemu.git/commit
hw/pflash_cfi02.c: Mark deliberate fallthrough
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jan 2013 12:50:54 +0000 (12:50 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 26 Jan 2013 13:20:44 +0000 (13:20 +0000)
commit3095485029ddbd061aa4f8e26c0437f200975d18
tree715ae1c448990fd949d92d484c78b96592521879
parentbe688dfb8ddf7841fb277800977a0a878b68ae42
hw/pflash_cfi02.c: Mark deliberate fallthrough

Mark the deliberate fallthrough where we treat the case of
an attempt to read flash when it is an unknown command
state as if it were a normal read.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/pflash_cfi02.c