Re: [PATCH 01/13] thermal: Make temperatures consistently unsigned long

From: Punit Agrawal
Date: Fri Mar 27 2015 - 06:18:26 EST


Hi Sascha,

Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> writes:

> The thermal framework uses int, long and unsigned long for temperatures
> in millicelsius. The majority of functions uses unsigned long, so change
> the remaining functions to use this type aswell.
>
> Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>

I'd suggest changing to long instead. It would allow the use of the
thermal framework in environments where temperatures are below 0C -
quite easily reached in many parts of the world.

Regards,
Punit

> ---
> drivers/thermal/thermal_core.c | 10 +++++-----
> include/linux/thermal.h | 6 +++---
> 2 files changed, 8 insertions(+), 8 deletions(-)
>

[...]

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/