[PATCH v1 0/2] thermal: core: Sanitize polling delay values

Rafael J. Wysocki posted 2 patches 1 year, 7 months ago
Only 1 patches received!
There is a newer version of this series
[PATCH v1 0/2] thermal: core: Sanitize polling delay values
Posted by Rafael J. Wysocki 1 year, 7 months ago
Hi Everyone,

These 2 patches deal with issues that may arise if the polling delay value used
for passive polling is at odds with the polling delay values used otherwise.

The first patch simply eliminates the need to worry about possible negative
polling delay values by changing the data type used for representing them
to unsigend int.

The other patch adds a sanity check to ensure that "passive" polling will not
be less frequent than "regular" polling.

Thanks!