diff options
Diffstat (limited to 'drivers/pci/hotplug/cpqphp_core.c')
-rw-r--r-- | drivers/pci/hotplug/cpqphp_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/cpqphp_core.c b/drivers/pci/hotplug/cpqphp_core.c index c8eaeb43fa5d..31273e155e6c 100644 --- a/drivers/pci/hotplug/cpqphp_core.c +++ b/drivers/pci/hotplug/cpqphp_core.c | |||
@@ -862,10 +862,10 @@ static int cpqhpc_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
862 | goto err_disable_device; | 862 | goto err_disable_device; |
863 | } | 863 | } |
864 | 864 | ||
865 | /* Check for the proper subsystem ID's | 865 | /* Check for the proper subsystem IDs |
866 | * Intel uses a different SSID programming model than Compaq. | 866 | * Intel uses a different SSID programming model than Compaq. |
867 | * For Intel, each SSID bit identifies a PHP capability. | 867 | * For Intel, each SSID bit identifies a PHP capability. |
868 | * Also Intel HPC's may have RID=0. | 868 | * Also Intel HPCs may have RID=0. |
869 | */ | 869 | */ |
870 | if ((pdev->revision <= 2) && (vendor_id != PCI_VENDOR_ID_INTEL)) { | 870 | if ((pdev->revision <= 2) && (vendor_id != PCI_VENDOR_ID_INTEL)) { |
871 | err(msg_HPC_not_supported); | 871 | err(msg_HPC_not_supported); |