--- Changes since v1: - remove pointless braces Index: linux/arch/m68k/mac/oss.c =================================================================== --- linux.orig/arch/m68k/mac/oss.c 2015-03-20 20:10:54.000000000 +1100 +++ linux/arch/m68k/mac/oss.c 2015-03-29 19:58:40.000000000 +1100 @@ -47,9 +47,8 @@ void __init oss_init(void) /* Disable all interrupts. Unlike a VIA it looks like we */ /* do this by setting the source's interrupt level to zero. */ - for (i = 0; i <= OSS_NUM_SOURCES; i++) { + for (i = 0; i < OSS_NUM_SOURCES; i++) oss->irq_level[i] = 0; - } } /* -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html