From: K. Y. Srinivasan Date: Mon, 6 Jun 2011 22:49:45 +0000 (-0700) Subject: Staging: hv: vmbus: Get rid of the timer based handling of channel events X-Git-Tag: next-20110726~5^2~568^2~61 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6a8ddc71b77b9f88a41a336dea383582f8eddbd6;p=karo-tx-linux.git 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 Signed-off-by: Haiyang Zhang Signed-off-by: Abhishek Kane Signed-off-by: Greg Kroah-Hartman --- 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)); } /*