]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - drivers/staging/hv/hv_utils.c
Staging: hv: remove DPRINT_ENTER macro
[lisovros/linux_canprio.git] / drivers / staging / hv / hv_utils.c
index 8a49aafea37a5c7a7f2597e53134530c88331f11..08cde24de2aac32a83b03ee4d831692e348fdb73 100644 (file)
@@ -50,8 +50,6 @@ static void shutdown_onchannelcallback(void *context)
        struct icmsg_hdr *icmsghdrp;
        struct icmsg_negotiate *negop = NULL;
 
-       DPRINT_ENTER(VMBUS);
-
        buflen = PAGE_SIZE;
        buf = kmalloc(buflen, GFP_ATOMIC);
 
@@ -158,8 +156,6 @@ static void timesync_onchannelcallback(void *context)
        struct icmsg_hdr *icmsghdrp;
        struct ictimesync_data *timedatap;
 
-       DPRINT_ENTER(VMBUS);
-
        buflen = PAGE_SIZE;
        buf = kmalloc(buflen, GFP_ATOMIC);
 
@@ -208,8 +204,6 @@ static void heartbeat_onchannelcallback(void *context)
        struct icmsg_hdr *icmsghdrp;
        struct heartbeat_msg_data *heartbeat_msg;
 
-       DPRINT_ENTER(VMBUS);
-
        buflen = PAGE_SIZE;
        buf = kmalloc(buflen, GFP_ATOMIC);