Staging: hv: vmbus: Get rid of the timer based handling of channel events
authorK. Y. Srinivasan <kys@microsoft.com>
Mon, 6 Jun 2011 22:49:45 +0000 (15:49 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 20:45:52 +0000 (13:45 -0700)
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>
drivers/staging/hv/channel.c

index aca9ac8cc376b186e1c2794149e1663ba828271a..a4bee81eb57993a85a482d118831ff63f5404d6d 100644 (file)
@@ -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));
 }
 
 /*
This page took 0.026908 seconds and 5 git commands to generate.