m68k/mac: Remove obsolete comment
authorFinn Thain <fthain@telegraphics.com.au>
Sat, 22 Dec 2018 02:18:01 +0000 (13:18 +1100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 21 Jan 2019 09:36:53 +0000 (10:36 +0100)
According to The Guide To Mac Family Hardware, this is the correct way
to disable the VBL interrupt. The confusing comment here doesn't add any
value so remove it.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/mac/via.c

index e6c8b71a3bcbdee41aefb76ed096fdfbdcaafead..0b02894591738d6e8a26453435ee59f3d72ac8eb 100644 (file)
@@ -189,7 +189,6 @@ void __init via_init(void)
 
        /*
         * SE/30: disable video IRQ
-        * XXX: testing for SE/30 VBL
         */
 
        if (macintosh_config->ident == MAC_MODEL_SE30) {