]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
PCI: hv: update comment in x86 specific hv_arch_irq_unmask
authorOlaf Hering <olaf@aepfle.de>
Mon, 7 Nov 2022 17:18:31 +0000 (17:18 +0000)
committerWei Liu <wei.liu@kernel.org>
Mon, 28 Nov 2022 16:48:20 +0000 (16:48 +0000)
The function hv_set_affinity was removed in commit 831c1ae7 ("PCI: hv:
Make the code arch neutral by adding arch specific interfaces").

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Link: https://lore.kernel.org/r/20221107171831.25283-1-olaf@aepfle.de
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/pci/controller/pci-hyperv.c

index f1ec8931dfbc5c7d53df9dbcc32679b51eeb1028..583d3aad690825c269f14064c49506eb0d08cdcc 100644 (file)
@@ -735,9 +735,9 @@ exit_unlock:
         * during hibernation does not matter (at this time all the devices
         * have been frozen). Note: the correct affinity info is still updated
         * into the irqdata data structure in migrate_one_irq() ->
-        * irq_do_set_affinity() -> hv_set_affinity(), so later when the VM
-        * resumes, hv_pci_restore_msi_state() is able to correctly restore
-        * the interrupt with the correct affinity.
+        * irq_do_set_affinity(), so later when the VM resumes,
+        * hv_pci_restore_msi_state() is able to correctly restore the
+        * interrupt with the correct affinity.
         */
        if (!hv_result_success(res) && hbus->state != hv_pcibus_removing)
                dev_err(&hbus->hdev->device,