|
@@ -294,7 +294,7 @@ static int dvic_probe_of(struct platform_device *pdev)
|
|
|
|
|
|
adapter_node = of_parse_phandle(node, "ddc-i2c-bus", 0);
|
|
adapter_node = of_parse_phandle(node, "ddc-i2c-bus", 0);
|
|
if (adapter_node) {
|
|
if (adapter_node) {
|
|
- adapter = of_find_i2c_adapter_by_node(adapter_node);
|
|
|
|
|
|
+ adapter = of_get_i2c_adapter_by_node(adapter_node);
|
|
if (adapter == NULL) {
|
|
if (adapter == NULL) {
|
|
dev_err(&pdev->dev, "failed to parse ddc-i2c-bus\n");
|
|
dev_err(&pdev->dev, "failed to parse ddc-i2c-bus\n");
|
|
omap_dss_put_device(ddata->in);
|
|
omap_dss_put_device(ddata->in);
|