summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/channel.c
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-06-06 15:49:50 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-06-07 13:45:54 -0700
commitac4accb2bd619380c2404f9064e91f48674c6eb8 (patch)
treeb09502c339700f14016f5c4f1c3939c18f3d5db8 /drivers/staging/hv/channel.c
parent0a62040eac5ec13e5ffca82e4d9a7dca888fa236 (diff)
downloadlinux-stable-ac4accb2bd619380c2404f9064e91f48674c6eb8.tar.gz
linux-stable-ac4accb2bd619380c2404f9064e91f48674c6eb8.tar.bz2
linux-stable-ac4accb2bd619380c2404f9064e91f48674c6eb8.zip
Staging: hv: vmbus: Get rid of the poll timer in the channel state
Since tis is not used anymore, get rid of the poll timer in the channel state. 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/channel.c')
-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 b6f86744b12d..b91b36912357 100644
--- a/drivers/staging/hv/channel.c
+++ b/drivers/staging/hv/channel.c
@@ -555,7 +555,6 @@ void vmbus_close(struct vmbus_channel *channel)
/* Stop callback and cancel the timer asap */
channel->onchannel_callback = NULL;
- del_timer_sync(&channel->poll_timer);
/* Send a closing message */
info = kmalloc(sizeof(*info) +