Skip to content

Commit 6e4cd22

Browse files
committed
Revert "ON-16183: avoid probing ef10ct devices for now"
This reverts commit fc2faac.
1 parent 818ffeb commit 6e4cd22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/efhw/ef10ct/aux_ef10ct.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,7 @@ void ef10ct_remove(struct auxiliary_device *auxdev)
411411

412412

413413
static const struct auxiliary_device_id ef10ct_id_table[] = {
414-
/* TODO: uncomment the below when we are ready to probe ef10ct devices */
415-
/* { .name = "sfc." EFX_LLCT_DEVNAME, }, */
414+
{ .name = "sfc." EFX_LLCT_DEVNAME, },
416415
{ .name = "efct_test." EFX_LLCT_DEVNAME ".test", },
417416
{},
418417
};

0 commit comments

Comments
 (0)