aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/cavium
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2024-06-05 14:14:00 +0000
committerMark Johnston <markj@FreeBSD.org>2024-06-16 20:37:25 +0000
commit5823a09f79499d426f9f57131be756ddc9be3ff9 (patch)
tree872d32510875adbe1d9898f7ee9161fc48d91070 /sys/arm64/cavium
parent4f0ff49fee00dee624e13b2d305cf9dfee395b7d (diff)
Diffstat (limited to 'sys/arm64/cavium')
-rw-r--r--sys/arm64/cavium/thunder_pcie_pem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/cavium/thunder_pcie_pem.c b/sys/arm64/cavium/thunder_pcie_pem.c
index dd6ef14f1a6e..a27ed810c618 100644
--- a/sys/arm64/cavium/thunder_pcie_pem.c
+++ b/sys/arm64/cavium/thunder_pcie_pem.c
@@ -766,7 +766,7 @@ thunder_pem_probe(device_t dev)
if ((pci_vendor_id == THUNDER_PEM_VENDOR_ID) &&
(pci_device_id == THUNDER_PEM_DEVICE_ID)) {
- device_set_desc_copy(dev, THUNDER_PEM_DESC);
+ device_set_desc(dev, THUNDER_PEM_DESC);
return (0);
}