diff --git a/src/drivers/crb/tis.c b/src/drivers/crb/tis.c index 0222f6d92d..b51a04f54f 100644 --- a/src/drivers/crb/tis.c +++ b/src/drivers/crb/tis.c @@ -210,11 +210,6 @@ static struct device_operations __maybe_unused crb_ops = { static void enable_dev(struct device *dev) { - if (crb_tis_probe(NULL) == NULL) { - dev->enabled = 0; - return; - } - #if !DEVTREE_EARLY dev->ops = &crb_ops; #endif