|
@@ -611,7 +611,7 @@ static int rcar_i2c_probe(struct platform_device *pdev)
|
|
if (IS_ERR(priv->io))
|
|
if (IS_ERR(priv->io))
|
|
return PTR_ERR(priv->io);
|
|
return PTR_ERR(priv->io);
|
|
|
|
|
|
- priv->devtype = (enum rcar_i2c_type)of_match_device(rcar_i2c_dt_ids, dev)->data;
|
|
|
|
|
|
+ priv->devtype = (enum rcar_i2c_type)of_device_get_match_data(dev);
|
|
init_waitqueue_head(&priv->wait);
|
|
init_waitqueue_head(&priv->wait);
|
|
|
|
|
|
adap = &priv->adap;
|
|
adap = &priv->adap;
|