Commit 41767cf2 authored by Federico Vaga's avatar Federico Vaga

drv: temperature is signed

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent d3047f5d
......@@ -45,7 +45,7 @@ struct workqueue_struct *fa_workqueue;
* DS18B20 returns units of 1/16 degree. We return units
* of 1/1000 of a degree instead.
*/
uint32_t fa_temperature_read(struct fa_dev *fa)
int32_t fa_temperature_read(struct fa_dev *fa)
{
uint32_t raw_temp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment