Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux-2.6-block.git] / drivers / thermal / rcar_thermal.c
index 0e735acea33afc7b8e747857b57046647d50e7d9..82daba09e1503a53d67e6f26705f80e563208fe7 100644 (file)
@@ -430,8 +430,7 @@ static int rcar_thermal_probe(struct platform_device *pdev)
        struct rcar_thermal_priv *priv;
        struct device *dev = &pdev->dev;
        struct resource *res, *irq;
-       const struct of_device_id *of_id = of_match_device(rcar_thermal_dt_ids, dev);
-       unsigned long of_data = (unsigned long)of_id->data;
+       unsigned long of_data = (unsigned long)of_device_get_match_data(dev);
        int mres = 0;
        int i;
        int ret = -ENODEV;