summaryrefslogtreecommitdiff
path: root/drivers/hwmon/peci/dimmtemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/peci/dimmtemp.c')
-rw-r--r--drivers/hwmon/peci/dimmtemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/peci/dimmtemp.c b/drivers/hwmon/peci/dimmtemp.c
index 5ca4d04e4b14..4a72e9712408 100644
--- a/drivers/hwmon/peci/dimmtemp.c
+++ b/drivers/hwmon/peci/dimmtemp.c
@@ -47,7 +47,7 @@
#define GET_TEMP_MAX(x) (((x) & DIMM_TEMP_MAX) >> 8)
#define GET_TEMP_CRIT(x) (((x) & DIMM_TEMP_CRIT) >> 16)
-#define NO_DIMM_RETRY_COUNT_MAX 5
+#define NO_DIMM_RETRY_COUNT_MAX 120
struct peci_dimmtemp;