]> git.baikalelectronics.ru Git - kernel.git/commit
Drivers: hv: vmbus: Use PCI_VENDOR_ID_MICROSOFT for better discoverability
authorEaswar Hariharan <easwar.hariharan@microsoft.com>
Mon, 19 Sep 2022 22:04:44 +0000 (15:04 -0700)
committerWei Liu <wei.liu@kernel.org>
Fri, 23 Sep 2022 10:30:37 +0000 (10:30 +0000)
commit571e1d4ec642fdb25043e1d2425b5ee7a50c3bb2
tree0fa2b0d6ec838d75b61369017af89dbcfb9b7570
parentfa70d8f7de60ae5303c632b566b6fe730ffbe085
Drivers: hv: vmbus: Use PCI_VENDOR_ID_MICROSOFT for better discoverability

pci_ids.h already defines PCI_VENDOR_ID_MICROSOFT, and is included via
linux/pci.h. Use the define instead of the magic number.

Signed-off-by: Easwar Hariharan <easwar.hariharan@microsoft.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/1663625084-2518-2-git-send-email-eahariha@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/vmbus_drv.c