We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818ffeb commit 6e4cd22Copy full SHA for 6e4cd22
src/lib/efhw/ef10ct/aux_ef10ct.c
@@ -411,8 +411,7 @@ void ef10ct_remove(struct auxiliary_device *auxdev)
411
412
413
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, }, */
+ { .name = "sfc." EFX_LLCT_DEVNAME, },
416
{ .name = "efct_test." EFX_LLCT_DEVNAME ".test", },
417
{},
418
};
0 commit comments