Commit 7025e271 authored by Federico Vaga's avatar Federico Vaga

drv: fix maximum delta temperature

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 3c3cf2f4
......@@ -27,7 +27,7 @@ static const struct fa_calib_stanza fa_identity_calib = {
/* Max difference from identity thing */
#define FA_CALIB_MAX_DELTA_OFFSET 0x1000
#define FA_CALIB_MAX_DELTA_GAIN 0x1000
#define FA_CALIB_MAX_DELTA_TEMP (40 * 100) /* 10-90 celsius */
#define FA_CALIB_MAX_DELTA_TEMP (40 * 1000) /* 10-90 celsius */
static bool fa_calib_is_busy(struct fa_dev *fa)
{
......
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