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)
commita99aaf2e3b334a0242ed3c07d39efdf6d4f530f1
tree0fa2b0d6ec838d75b61369017af89dbcfb9b7570
parente1a863cddbed9cab1d768c720f598322e9a96edb
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