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.
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