hw/omap_gpmc.c: Add missing 'break's to fix 8 bit NAND writes
commitc0465d1a1d4c9562cfa7e91f6c31ea1bce22052c
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 9 Nov 2011 17:42:23 +0000 (9 17:42 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 9 Nov 2011 18:06:20 +0000 (9 12:06 -0600)
tree4a6a4c4d3dc17c9ad1929b38809c0331ae7e6a19
parent95117be5a337d15555b69b7059d4e0791ce8063d
hw/omap_gpmc.c: Add missing 'break's to fix 8 bit NAND writes

Add missing 'break' statements which would have meant that writing
to an 8 bit NAND device was broken. Spotted by Coverity (see bug
887883).

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