Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249561
b: refs/heads/master
c: 6d81d33
h: refs/heads/master
i:
  249559: 8d7e717
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent a1494ef commit b4e8baf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: b0043863a0097c3ebe59f91a91fc25d8e1e575e8
refs/heads/master: 6d81d33059e3a062660fd671ea8842662373dfb9
10 changes: 4 additions & 6 deletions trunk/drivers/staging/hv/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,6 @@ static void process_chn_event(u32 relid)

if (channel) {
vmbus_onchannel_event(channel);
/*
* WorkQueueQueueWorkItem(channel->dataWorkQueue,
* vmbus_onchannel_event,
* (void*)channel);
*/
} else {
pr_err("channel not found for relid - %u\n", relid);
}
Expand Down Expand Up @@ -295,7 +290,10 @@ void vmbus_on_event(unsigned long data)
relid = (dword << 5) + bit;

if (relid == 0) {
/* special case - vmbus channel protocol msg */
/*
* Special case - vmbus
* channel protocol msg
*/
continue;
}
process_chn_event(relid);
Expand Down

0 comments on commit b4e8baf

Please sign in to comment.