mirror of https://github.com/torvalds/linux.git
Under irq_ack, pci1xxxx_assign_bit reads the current interrupt status,
modifies and writes the entire value back. Since, the IRQ status bit
gets cleared on writing back, the better approach is to directly write
the bitmask to the register in order to preserve the value.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mchp_pci1xxxx_gp.c | ||
| mchp_pci1xxxx_gp.h | ||
| mchp_pci1xxxx_gpio.c | ||
| mchp_pci1xxxx_otpe2p.c | ||