kernel/drivers/pci/controller/pci-hyperv.c
.. .. @@ -1522,7 +1522,7 @@ 1522 1522 * Prevents hv_pci_onchannelcallback() from running concurrently 1523 1523 * in the tasklet. 1524 1524 */ 1525 - tasklet_disable_in_atomic(&channel->callback_event);1525 + tasklet_disable(&channel->callback_event);1526 1526 1527 1527 /* 1528 1528 * Since this function is called with IRQ locks held, can't