Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281315
b: refs/heads/master
c: e8cd29d
h: refs/heads/master
i:
  281313: 2518b11
  281311: ceabfdb
v: v3
  • Loading branch information
Natalia Ovsyanikov authored and Greg Kroah-Hartman committed Dec 8, 2011
1 parent df10f83 commit 15a3f74
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: 3a5352fc9d316fe1be18daf80571e80805e06f11
refs/heads/master: e8cd29d8e26b9f7526297cdfb031ce757502a3b4
2 changes: 1 addition & 1 deletion trunk/drivers/staging/mei/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ static int mei_irq_thread_write_handler(struct mei_io_list *cmpl_list,
break;
case MEI_IOCTL:
/* connect message */
if (!mei_other_client_is_connecting(dev, cl))
if (mei_other_client_is_connecting(dev, cl))
continue;
ret = _mei_irq_thread_ioctl(dev, slots, pos, cl, cmpl_list);
if (ret)
Expand Down

0 comments on commit 15a3f74

Please sign in to comment.