aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/hv_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/hv/hv_utils.c')
-rw-r--r--drivers/staging/hv/hv_utils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/hv/hv_utils.c b/drivers/staging/hv/hv_utils.c
index 08cde24de2a..d8c76b1fc1b 100644
--- a/drivers/staging/hv/hv_utils.c
+++ b/drivers/staging/hv/hv_utils.c
@@ -98,8 +98,6 @@ static void shutdown_onchannelcallback(void *context)
98 98
99 kfree(buf); 99 kfree(buf);
100 100
101 DPRINT_EXIT(VMBUS);
102
103 if (execute_shutdown == true) 101 if (execute_shutdown == true)
104 orderly_poweroff(false); 102 orderly_poweroff(false);
105} 103}
@@ -186,8 +184,6 @@ static void timesync_onchannelcallback(void *context)
186 } 184 }
187 185
188 kfree(buf); 186 kfree(buf);
189
190 DPRINT_EXIT(VMBUS);
191} 187}
192 188
193/* 189/*
@@ -241,8 +237,6 @@ static void heartbeat_onchannelcallback(void *context)
241 } 237 }
242 238
243 kfree(buf); 239 kfree(buf);
244
245 DPRINT_EXIT(VMBUS);
246} 240}
247 241
248static int __init init_hyperv_utils(void) 242static int __init init_hyperv_utils(void)