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 e4b5ccd commit ef84aeeCopy full SHA for ef84aee
drivers/gpu/drm/bridge/ite-it6263.c
@@ -845,8 +845,8 @@ static int it6263_probe(struct i2c_client *client)
845
it->lvds_i2c = devm_i2c_new_dummy_device(dev, client->adapter,
846
LVDS_INPUT_CTRL_I2C_ADDR);
847
if (IS_ERR(it->lvds_i2c))
848
- dev_err_probe(it->dev, PTR_ERR(it->lvds_i2c),
849
- "failed to allocate I2C device for LVDS\n");
+ return dev_err_probe(it->dev, PTR_ERR(it->lvds_i2c),
+ "failed to allocate I2C device for LVDS\n");
850
851
it->lvds_regmap = devm_regmap_init_i2c(it->lvds_i2c,
852
&it6263_lvds_regmap_config);
0 commit comments