DragonFlyBSD Kernel Audit
DF-2034 / fix.diff
← back to finding ↓ download raw
--- /tmp/orig/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c	2026-07-23 11:54:56.885541000 +0000
+++ dev/drm/amd/powerplay/smumgr/vega10_smumgr.c	2026-07-23 11:57:17.686283000 +0000
@@ -34,7 +34,7 @@
 
 
 static int vega10_copy_table_from_smc(struct pp_hwmgr *hwmgr,
-		uint8_t *table, int16_t table_id)
+		uint8_t *table, uint32_t table_id)
 {
 	struct vega10_smumgr *priv = hwmgr->smu_backend;