Skip to content

Commit

Permalink
GPU (SunOS): fix compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Sep 23, 2024
1 parent 3b9d20d commit 87d3246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detection/gpu/gpu_sunos.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const char* ffDetectGPUImpl(FF_MAYBE_UNUSED const FFGPUOptions* options, FFlist*
{
if (pciids.length == 0)
ffReadFileBuffer(FASTFETCH_TARGET_DIR_ROOT "/usr/share/hwdata/pci.ids", &pciids);
ffGPUParsePciIds(&pciids, (uint8_t) subclass, (uint16_t) vendorId, (uint16_t) deviceId, gpu, NULL);
ffGPUParsePciIds(&pciids, (uint8_t) subclass, (uint16_t) vendorId, (uint16_t) deviceId, gpu);
}
}

Expand Down

0 comments on commit 87d3246

Please sign in to comment.