Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311133
b: refs/heads/master
c: 1e69d64
h: refs/heads/master
i:
  311131: 69cb56e
v: v3
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Jun 13, 2012
1 parent ec72a23 commit 4354805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a44cab4aff7e72e7052521121fd8ceca51351534
refs/heads/master: 1e69d64a28cf3cabd095ada3a49f081c97f997dd
2 changes: 1 addition & 1 deletion trunk/drivers/misc/mei/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ static int _mei_irq_thread_read(struct mei_device *dev, s32 *slots,
struct mei_cl *cl,
struct mei_io_list *cmpl_list)
{
if ((*slots * sizeof(u32)) >= (sizeof(struct mei_msg_hdr) +
if ((*slots * sizeof(u32)) < (sizeof(struct mei_msg_hdr) +
sizeof(struct hbm_flow_control))) {
/* return the cancel routine */
list_del(&cb_pos->cb_list);
Expand Down

0 comments on commit 4354805

Please sign in to comment.