summaryrefslogtreecommitdiff
path: root/drivers/staging/hv
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-06-06 15:49:45 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-07 13:45:52 -0700
commit6a8ddc71b77b9f88a41a336dea383582f8eddbd6 (patch)
treef4fc569c327787f8868335204c2aff2407e985d7 /drivers/staging/hv
parent30c1edc63953acbb15ee2f08fedc07811de12f0b (diff)
Staging: hv: vmbus: Get rid of the timer based handling of channel events
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>
Diffstat (limited to 'drivers/staging/hv')
-rw-r--r--drivers/staging/hv/channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c
index aca9ac8cc376..a4bee81eb579 100644
--- a/drivers/staging/hv/channel.c
+++ b/drivers/staging/hv/channel.c
@@ -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));
}
/*