Skip to content

Commit

Permalink
Staging: hv: vmbus: Get rid of the timer based handling of channel ev…
Browse files Browse the repository at this point in the history
…ents

Get rid of the timer based handling of channel events.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 30c1edc commit 6a8ddc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/hv/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,6 @@ void vmbus_onchannel_event(struct vmbus_channel *channel)

channel->onchannel_callback(channel->channel_callback_context);

mod_timer(&channel->poll_timer, jiffies + usecs_to_jiffies(100));
}

/*
Expand Down

0 comments on commit 6a8ddc7

Please sign in to comment.