Message ID | 20230927061829.366107-10-sakari.ailus@linux.intel.com |
---|---|
State | Accepted |
Commit | 07d81b507df5622db40104c64dace3387bbe23b9 |
Headers | show |
Series | Small fixes and cleanups (ov2740 and ccs) | expand |
diff --git a/drivers/media/i2c/ov2740.c b/drivers/media/i2c/ov2740.c index d83ac31efd9c..24e468485fbf 100644 --- a/drivers/media/i2c/ov2740.c +++ b/drivers/media/i2c/ov2740.c @@ -931,7 +931,7 @@ static int ov2740_check_hwcfg(struct device *dev) ep = fwnode_graph_get_next_endpoint(fwnode, NULL); if (!ep) - return -ENXIO; + return -EPROBE_DEFER; ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); fwnode_handle_put(ep);