git: 55156b1fc397 - stable/14 - amdsbwd: Use device_set_descf()
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jun 2024 15:30:56 UTC
The branch stable/14 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=55156b1fc397274fa9985ecfa60dd2c69549baf3
commit 55156b1fc397274fa9985ecfa60dd2c69549baf3
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-06-05 14:15:36 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-06-27 15:27:41 +0000
amdsbwd: Use device_set_descf()
No functional change intended.
MFC after: 1 week
(cherry picked from commit 1878529d2fc861ba2f14ec3c15bf373221883e41)
---
sys/dev/amdsbwd/amdsbwd.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sys/dev/amdsbwd/amdsbwd.c b/sys/dev/amdsbwd/amdsbwd.c
index b04aa8564ccd..1dfe6c1b11bf 100644
--- a/sys/dev/amdsbwd/amdsbwd.c
+++ b/sys/dev/amdsbwd/amdsbwd.c
@@ -376,7 +376,6 @@ static void
amdsbwd_probe_fch41(device_t dev, struct resource *pmres, uint32_t *addr)
{
uint8_t val;
- char buf[36];
/*
* Enable decoding of watchdog MMIO address.
@@ -414,9 +413,8 @@ amdsbwd_probe_fch41(device_t dev, struct resource *pmres, uint32_t *addr)
amdsbwd_verbose_printf(dev, "AMDFCH41_PM_DECODE_EN3 value = %#04x\n",
val);
#endif
- snprintf(buf, sizeof(buf), "%s FCH Rev 41h+ Watchdog Timer",
+ device_set_descf(dev, "%s FCH Rev 41h+ Watchdog Timer",
cpu_vendor_id == CPU_VENDOR_HYGON ? "Hygon" : "AMD");
- device_set_desc_copy(dev, buf);
}
static int