aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/mei/init.c')
-rw-r--r--drivers/misc/mei/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/misc/mei/init.c b/drivers/misc/mei/init.c
index 6c1f1f838d2b..7028dbd99cf7 100644
--- a/drivers/misc/mei/init.c
+++ b/drivers/misc/mei/init.c
@@ -23,6 +23,7 @@
23 23
24#include "mei_dev.h" 24#include "mei_dev.h"
25#include "interface.h" 25#include "interface.h"
26#include "client.h"
26 27
27const char *mei_dev_state_str(int state) 28const char *mei_dev_state_str(int state)
28{ 29{
@@ -241,9 +242,8 @@ void mei_reset(struct mei_device *dev, int interrupts_enabled)
241 } 242 }
242 /* remove entry if already in list */ 243 /* remove entry if already in list */
243 dev_dbg(&dev->pdev->dev, "remove iamthif and wd from the file list.\n"); 244 dev_dbg(&dev->pdev->dev, "remove iamthif and wd from the file list.\n");
244 mei_me_cl_unlink(dev, &dev->wd_cl); 245 mei_cl_unlink(&dev->wd_cl);
245 246 mei_cl_unlink(&dev->iamthif_cl);
246 mei_me_cl_unlink(dev, &dev->iamthif_cl);
247 247
248 mei_amthif_reset_params(dev); 248 mei_amthif_reset_params(dev);
249 memset(&dev->wr_ext_msg, 0, sizeof(dev->wr_ext_msg)); 249 memset(&dev->wr_ext_msg, 0, sizeof(dev->wr_ext_msg));