thermal: core: Eliminate writable trip points masks
[linux-2.6-microblaze.git] / drivers / thermal / intel / intel_quark_dts_thermal.c
index 55a031f..ec6ad26 100644 (file)
@@ -363,7 +363,7 @@ static struct soc_sensor_entry *alloc_soc_dts(void)
        aux_entry->tzone = thermal_zone_device_register_with_trips("quark_dts",
                                                                   trips,
                                                                   QRK_MAX_DTS_TRIPS,
-                                                                  0, aux_entry,
+                                                                  aux_entry,
                                                                   &tzone_ops,
                                                                   NULL, 0, polling_delay);
        if (IS_ERR(aux_entry->tzone)) {