Re: [Qemu-devel] [PATCH] hw/omap_gpmc.c: Add missing 'break's to fix 8 bit NAND writes

2011-11-09 Thread Anthony Liguori
On 11/09/2011 11:42 AM, Peter Maydell wrote: 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 Applied. Thanks. Regards, Anthony Liguori --- This is an embarrassing bug.

[Qemu-devel] [PATCH] hw/omap_gpmc.c: Add missing 'break's to fix 8 bit NAND writes

2011-11-09 Thread Peter Maydell
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 --- This is an embarrassing bug... hw/omap_gpmc.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/h