diff options
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_init.c')
| -rw-r--r-- | drivers/infiniband/hw/qib/qib_init.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/infiniband/hw/qib/qib_init.c b/drivers/infiniband/hw/qib/qib_init.c index 50e33aa0b4e..173f805790d 100644 --- a/drivers/infiniband/hw/qib/qib_init.c +++ b/drivers/infiniband/hw/qib/qib_init.c @@ -1,5 +1,5 @@  /* - * Copyright (c) 2012 Intel Corporation.  All rights reserved. + * Copyright (c) 2012, 2013 Intel Corporation.  All rights reserved.   * Copyright (c) 2006 - 2012 QLogic Corporation. All rights reserved.   * Copyright (c) 2003, 2004, 2005, 2006 PathScale, Inc. All rights reserved.   * @@ -1138,7 +1138,7 @@ void qib_disable_after_error(struct qib_devdata *dd)  static void qib_remove_one(struct pci_dev *);  static int qib_init_one(struct pci_dev *, const struct pci_device_id *); -#define DRIVER_LOAD_MSG "QLogic " QIB_DRV_NAME " loaded: " +#define DRIVER_LOAD_MSG "Intel " QIB_DRV_NAME " loaded: "  #define PFX QIB_DRV_NAME ": "  static DEFINE_PCI_DEVICE_TABLE(qib_pci_tbl) = { @@ -1355,7 +1355,7 @@ static int qib_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)  		dd = qib_init_iba6120_funcs(pdev, ent);  #else  		qib_early_err(&pdev->dev, -			"QLogic PCIE device 0x%x cannot work if CONFIG_PCI_MSI is not enabled\n", +			"Intel PCIE device 0x%x cannot work if CONFIG_PCI_MSI is not enabled\n",  			ent->device);  		dd = ERR_PTR(-ENODEV);  #endif @@ -1371,7 +1371,7 @@ static int qib_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)  	default:  		qib_early_err(&pdev->dev, -			"Failing on unknown QLogic deviceid 0x%x\n", +			"Failing on unknown Intel deviceid 0x%x\n",  			ent->device);  		ret = -ENODEV;  	}  |