Merge tag 'iwlwifi-for-kalle-2015-10-05' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / thermal / st / st_thermal.c
index 76c515dd802b489116dd73f342520dff8326a67e..88c759d746c3f6837b0c81075443ef5ae0db0985 100644 (file)
@@ -214,7 +214,7 @@ int st_thermal_register(struct platform_device *pdev,
 
        sensor->ops = sensor->cdata->ops;
 
-       ret = sensor->ops->regmap_init(sensor);
+       ret = (sensor->ops->regmap_init)(sensor);
        if (ret)
                return ret;
 
This page took 0.025584 seconds and 5 git commands to generate.