mirror of https://github.com/torvalds/linux.git
disable_irq() after request_irq() still has a time gap in which
interrupts can come. request_irq() with IRQF_NO_AUTOEN flag will
disable IRQ auto-enable when request IRQ.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| eeprom.c | ||
| eeprom.h | ||
| fwio.c | ||
| led.c | ||
| lmac.h | ||
| main.c | ||
| p54.h | ||
| p54pci.c | ||
| p54pci.h | ||
| p54spi.c | ||
| p54spi.h | ||
| p54spi_eeprom.h | ||
| p54usb.c | ||
| p54usb.h | ||
| txrx.c | ||