Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186597
b: refs/heads/master
c: 0fa37b1
h: refs/heads/master
i:
  186595: 3f7bfdc
v: v3
  • Loading branch information
Chris Nicholson authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 0549754 commit 4167d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: f916a34dc066c13ff2c8986657634cef06c07719
refs/heads/master: 0fa37b1ee936811c8aa8fcb72d189d02cf1575b9
3 changes: 1 addition & 2 deletions trunk/drivers/staging/hv/Channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -991,9 +991,8 @@ void VmbusChannelOnTimer(unsigned long data)
{
struct vmbus_channel *channel = (struct vmbus_channel *)data;

if (channel->OnChannelCallback) {
if (channel->OnChannelCallback)
channel->OnChannelCallback(channel->ChannelCallbackContext);
}
}

/**
Expand Down

0 comments on commit 4167d56

Please sign in to comment.