m68k: sun3x: Remove unneeded semicolon
authorWan Jiabing <wanjiabing@vivo.com>
Thu, 15 Apr 2021 03:14:50 +0000 (11:14 +0800)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 19 Apr 2021 10:11:55 +0000 (12:11 +0200)
Fix the following coccicheck warning:

./arch/m68k/include/asm/sun3xflop.h:109:2-3: Unneeded semicolon

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Link: https://lore.kernel.org/r/20210415031450.23379-1-wanjiabing@vivo.com
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/sun3xflop.h

index 93f2a84..bce8aab 100644 (file)
@@ -106,7 +106,7 @@ static void sun3x_82072_fd_outb(unsigned char value, int port)
        case 4: /* FD_STATUS */
                *(sun3x_fdc.status_r) = value;
                break;
-       };
+       }
        return;
 }