summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/chip.c
diff options
context:
space:
mode:
authorScott Breyer <scott.breyer@cornelisnetworks.com>2021-10-28 08:46:01 -0400
committerJason Gunthorpe <jgg@nvidia.com>2021-10-29 13:30:43 -0300
commitddf65f28ddca002e01007f335b57f7ecd5109b92 (patch)
tree72139bddfc8cc58461d6a3c814152733488943be /drivers/infiniband/hw/hfi1/chip.c
parent493620b1c9032b7149f2c345869de8539f4c80b5 (diff)
downloadlinux-stable-ddf65f28ddca002e01007f335b57f7ecd5109b92.tar.gz
linux-stable-ddf65f28ddca002e01007f335b57f7ecd5109b92.tar.bz2
linux-stable-ddf65f28ddca002e01007f335b57f7ecd5109b92.zip
IB/hfi1: Rebranding of hfi1 driver to Cornelis Networks
Changes instances of Intel to Cornelis in identifying strings Link: https://lore.kernel.org/r/20211028124601.26694.35662.stgit@awfm-01.cornelisnetworks.com Signed-off-by: Scott Breyer <scott.breyer@cornelisnetworks.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/chip.c')
-rw-r--r--drivers/infiniband/hw/hfi1/chip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/chip.c b/drivers/infiniband/hw/hfi1/chip.c
index 37273dc0c03c..ec37f4fd8e96 100644
--- a/drivers/infiniband/hw/hfi1/chip.c
+++ b/drivers/infiniband/hw/hfi1/chip.c
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause
/*
* Copyright(c) 2015 - 2020 Intel Corporation.
+ * Copyright(c) 2021 Cornelis Networks.
*/
/*
@@ -14918,7 +14919,7 @@ static int obtain_boardname(struct hfi1_devdata *dd)
{
/* generic board description */
const char generic[] =
- "Intel Omni-Path Host Fabric Interface Adapter 100 Series";
+ "Cornelis Omni-Path Host Fabric Interface Adapter 100 Series";
unsigned long size;
int ret;