]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - drivers/staging/hv/hv_utils.c
Staging: hv: remove DPRINT_EXIT macro
[lisovros/linux_canprio.git] / drivers / staging / hv / hv_utils.c
index 08cde24de2aac32a83b03ee4d831692e348fdb73..d8c76b1fc1bdcd388d66041946328c6995c9d720 100644 (file)
@@ -98,8 +98,6 @@ static void shutdown_onchannelcallback(void *context)
 
        kfree(buf);
 
-       DPRINT_EXIT(VMBUS);
-
        if (execute_shutdown == true)
                orderly_poweroff(false);
 }
@@ -186,8 +184,6 @@ static void timesync_onchannelcallback(void *context)
        }
 
        kfree(buf);
-
-       DPRINT_EXIT(VMBUS);
 }
 
 /*
@@ -241,8 +237,6 @@ static void heartbeat_onchannelcallback(void *context)
        }
 
        kfree(buf);
-
-       DPRINT_EXIT(VMBUS);
 }
 
 static int __init init_hyperv_utils(void)