Skip to content

Commit

Permalink
Remove surplus line in sysFeatures_amd_thermal
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatix committed Dec 4, 2024
1 parent cf782c8 commit 598d529
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sysFeatures_amd_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ static int create_paths(void)
{
char d_name_tokenized[sizeof(pcidevice_file->d_name)];
snprintf(d_name_tokenized, sizeof(d_name_tokenized), "%s", pcidevice_file->d_name); // <-- manual strlcpy
//
/* Read all entries in the k10temp directory.
* Find all entries, which look like a PCI address in order to determine
* which devices are associated with the k10temp driver.
Expand Down

0 comments on commit 598d529

Please sign in to comment.