diff options
Diffstat (limited to 'drivers/hv/channel.c')
-rw-r--r-- | drivers/hv/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c index 727c5f1d6acf..70a34daa04c1 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c | |||
@@ -55,7 +55,7 @@ static void vmbus_setevent(struct vmbus_channel *channel) | |||
55 | [channel->monitor_grp].pending); | 55 | [channel->monitor_grp].pending); |
56 | 56 | ||
57 | } else { | 57 | } else { |
58 | vmbus_set_event(channel->offermsg.child_relid); | 58 | vmbus_set_event(channel); |
59 | } | 59 | } |
60 | } | 60 | } |
61 | 61 | ||