aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/hbm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/mei/hbm.c')
-rw-r--r--drivers/misc/mei/hbm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/misc/mei/hbm.c b/drivers/misc/mei/hbm.c
index 4b9495f0394c..dd7f15a65eed 100644
--- a/drivers/misc/mei/hbm.c
+++ b/drivers/misc/mei/hbm.c
@@ -277,6 +277,7 @@ int mei_hbm_start_req(struct mei_device *dev)
277 277
278 dev->hbm_state = MEI_HBM_STARTING; 278 dev->hbm_state = MEI_HBM_STARTING;
279 dev->init_clients_timer = MEI_CLIENTS_INIT_TIMEOUT; 279 dev->init_clients_timer = MEI_CLIENTS_INIT_TIMEOUT;
280 mei_schedule_stall_timer(dev);
280 return 0; 281 return 0;
281} 282}
282 283
@@ -312,6 +313,7 @@ static int mei_hbm_enum_clients_req(struct mei_device *dev)
312 } 313 }
313 dev->hbm_state = MEI_HBM_ENUM_CLIENTS; 314 dev->hbm_state = MEI_HBM_ENUM_CLIENTS;
314 dev->init_clients_timer = MEI_CLIENTS_INIT_TIMEOUT; 315 dev->init_clients_timer = MEI_CLIENTS_INIT_TIMEOUT;
316 mei_schedule_stall_timer(dev);
315 return 0; 317 return 0;
316} 318}
317 319
@@ -562,6 +564,7 @@ static int mei_hbm_prop_req(struct mei_device *dev, unsigned long start_idx)
562 } 564 }
563 565
564 dev->init_clients_timer = MEI_CLIENTS_INIT_TIMEOUT; 566 dev->init_clients_timer = MEI_CLIENTS_INIT_TIMEOUT;
567 mei_schedule_stall_timer(dev);
565 568
566 return 0; 569 return 0;
567} 570}