aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/cavium-rng-vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/hw_random/cavium-rng-vf.c')
-rw-r--r--drivers/char/hw_random/cavium-rng-vf.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/char/hw_random/cavium-rng-vf.c b/drivers/char/hw_random/cavium-rng-vf.c
index 6f66919652bf..168ed8c7a548 100644
--- a/drivers/char/hw_random/cavium-rng-vf.c
+++ b/drivers/char/hw_random/cavium-rng-vf.c
@@ -1,7 +1,11 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Hardware Random Number Generator support.
- * Cavium Thunder, Marvell OcteonTx/Tx2 processor families.
+ * Hardware Random Number Generator support for Cavium, Inc.
+ * Thunder, OcteonTx/Tx2 processor families.
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
*
* Copyright (C) 2016 Cavium, Inc.
*/
@@ -43,9 +47,6 @@ static inline bool is_octeontx(struct pci_dev *pdev)
MIDR_CPU_VAR_REV(3, 0)) ||
midr_is_cpu_model_range(read_cpuid_id(), MIDR_THUNDERX_81XX,
MIDR_CPU_VAR_REV(0, 0),
- MIDR_CPU_VAR_REV(3, 0)) ||
- midr_is_cpu_model_range(read_cpuid_id(), MIDR_THUNDERX,
- MIDR_CPU_VAR_REV(0, 0),
MIDR_CPU_VAR_REV(3, 0)))
return true;