mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
e0ec8a6708
commit
c9667bff9d
1 changed files with 2 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue