[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH RESEND 06/13] hw/m68k/next-cube: Remove superfluous semicolon
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH RESEND 06/13] hw/m68k/next-cube: Remove superfluous semicolon |
Date: |
Tue, 18 Feb 2020 10:43:55 +0100 |
Fixes: 956a78118bf
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
hw/m68k/next-cube.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/m68k/next-cube.c b/hw/m68k/next-cube.c
index e5343348d0..350c6fec78 100644
--- a/hw/m68k/next-cube.c
+++ b/hw/m68k/next-cube.c
@@ -734,7 +734,7 @@ void next_irq(void *opaque, int number, int level)
switch (number) {
/* level 3 - floppy, kbd/mouse, power, ether rx/tx, scsi, clock */
case NEXT_FD_I:
- shift = 7;;
+ shift = 7;
break;
case NEXT_KBD_I:
shift = 3;
--
2.21.1
- Re: [PATCH RESEND 02/13] audio/alsaaudio: Remove superfluous semicolons, (continued)
- [PATCH RESEND 03/13] block: Remove superfluous semicolons, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 04/13] block/io_uring: Remove superfluous semicolon, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 06/13] hw/m68k/next-cube: Remove superfluous semicolon,
Philippe Mathieu-Daudé <=
- [PATCH RESEND 07/13] hw/scsi/esp: Remove superfluous semicolon, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 05/13] hw/arm/xlnx-versal: Remove superfluous semicolon, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 08/13] hw/vfio/display: Remove superfluous semicolon, Philippe Mathieu-Daudé, 2020/02/18