mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
We queued interrupt events for the MRL being opened or closed, but the code in interrupt_event_handler() that handles these events ignored them. Stop enabling MRL interrupts and remove the ignored events. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>