]> git.proxmox.com Git - qemu.git/commit
hw/smc91c111: Add explicit 'return' rather than relying on fallthrough
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jan 2013 12:50:55 +0000 (12:50 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 26 Jan 2013 13:20:44 +0000 (13:20 +0000)
commit89556d1725d7c10a54ec66087e940727873f38a3
treefaba1404350a48abdf05e8a4692a2f0d8a8cf8e6
parent3095485029ddbd061aa4f8e26c0437f200975d18
hw/smc91c111: Add explicit 'return' rather than relying on fallthrough

Add an explicit 'return' statement to a case in smc91c111_readb
rather than relying on fallthrough to the following case's
return statement, for code clarity and to placate static analysers.

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