Commit 1c55ecab authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

media: dw9714: Remove useless error message

If probe fails, the kernel will print the error code. There's no need to
driver to do that.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent f9a0b142
......@@ -171,7 +171,7 @@ static int dw9714_probe(struct i2c_client *client)
err_cleanup:
v4l2_ctrl_handler_free(&dw9714_dev->ctrls_vcm);
media_entity_cleanup(&dw9714_dev->sd.entity);
dev_err(&client->dev, "Probe failed: %d\n", rval);
return rval;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment