Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281360
b: refs/heads/master
c: c9667bf
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Dec 14, 2011
1 parent 51fcd6e commit 8730cd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e0ec8a67089762b29071e879388986ab7370d330
refs/heads/master: c9667bff9d191db5775d383d9b5efecc26eccae1
9 changes: 2 additions & 7 deletions trunk/drivers/staging/mei/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8730cd4

Please sign in to comment.