提交 c9667bff 编写于 作者: T Tomas Winkler 提交者: Greg Kroah-Hartman

staging/mei: remove outdated comment about setting iamthif_mtu

iamthif_mtu doesn't have default value anymore it
is always supplied by the ME firmware
Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 e0ec8a67
......@@ -591,15 +591,10 @@ void mei_host_init_iamthif(struct mei_device *dev)
return;
}
/* Do not render the system unusable when iamthif_mtu is not equal to
the value received from ME.
Assign iamthif_mtu to the value received from ME in order to solve the
hardware macro incompatibility. */
/* Assign iamthif_mtu to the value received from ME */
dev_dbg(&dev->pdev->dev, "[DEFAULT] IAMTHIF = %d\n", dev->iamthif_mtu);
dev->iamthif_mtu = dev->me_clients[i].props.max_msg_length;
dev_dbg(&dev->pdev->dev,
"IAMTHIF = %d\n",
dev_dbg(&dev->pdev->dev, "IAMTHIF_MTU = %d\n",
dev->me_clients[i].props.max_msg_length);
kfree(dev->iamthif_msg_buf);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册