thermal: core: Eliminate writable trip points masks
[linux-2.6-microblaze.git] / drivers / thermal / imx_thermal.c
index 0dbede6..83eaae5 100644 (file)
@@ -701,7 +701,7 @@ static int imx_thermal_probe(struct platform_device *pdev)
        data->tz = thermal_zone_device_register_with_trips("imx_thermal_zone",
                                                           trips,
                                                           ARRAY_SIZE(trips),
-                                                          0, data,
+                                                          data,
                                                           &imx_tz_ops, NULL,
                                                           IMX_PASSIVE_DELAY,
                                                           IMX_POLLING_DELAY);