Re: [PATCH] m68k/mac: Remove obsolete comment

2019-01-21 Thread Geert Uytterhoeven
On Sat, Dec 22, 2018 at 4:07 AM Finn Thain  wrote:
> 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 

Thanks, applied and queued for v5.1.

Gr{oetje,eeting}s,

Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


[PATCH] m68k/mac: Remove obsolete comment

2018-12-21 Thread Finn Thain
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 
---
 arch/m68k/mac/via.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/m68k/mac/via.c b/arch/m68k/mac/via.c
index 4fa32752bd7d..b5d320844b71 100644
--- a/arch/m68k/mac/via.c
+++ b/arch/m68k/mac/via.c
@@ -180,7 +180,6 @@ void __init via_init(void)
 
/*
 * SE/30: disable video IRQ
-* XXX: testing for SE/30 VBL
 */
 
if (macintosh_config->ident == MAC_MODEL_SE30) {
-- 
2.19.2