Skip to content

Commit

Permalink
utils/calc.h: remove a obsolete verbose message
Browse files Browse the repository at this point in the history
The object isn't always a PCI device here.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Oct 20, 2023
1 parent 4599ad6 commit fed97f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/hwloc/hwloc-calc.h
Expand Up @@ -564,9 +564,6 @@ hwloc_calc_append_iodev_by_index(struct hwloc_calc_location_context_s *lcontext,
continue;

/* ok, got one object */
if (verbose > 0)
printf("using matching PCI object #%d bus id %04x:%02x:%02x.%01x\n", i,
obj->attr->pcidev.domain, obj->attr->pcidev.bus, obj->attr->pcidev.dev, obj->attr->pcidev.func);
hwloc_calc_append_iodev(lcontext, cbfunc, cbdata, obj);

if (!prev)
Expand Down

0 comments on commit fed97f6

Please sign in to comment.