Hi, >>> error = request_irq(IRQ_MFP_ACIA, atari_keyboard_interrupt, >>> - IRQ_TYPE_SLOW, "keyboard/mouse/MIDI", >>> + IRQ_TYPE_SLOW, "keyboard:mouse:MIDI", >> >> The name is not a path, but an enumeration, so the slash should probably >> be changed to a comma instead. > > I thought about that, but comma (albeit followed by a space) is also used to > separate multiple interrupt handlers for shared interrupts.
What about '//', '|' or ':'? Except for the atarilance one, these are sort of shared interrupt handlers so maybe the comma won't hurt after all. Cheers, Michael -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
