]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/hv/hv_utils.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
[karo-tx-linux.git] / drivers / staging / hv / hv_utils.c
index 2adc9b48ca9cf5aea96de4cc672f62327945af83..6eb79febef9b345c631576f840f6d63378a3e78a 100644 (file)
@@ -52,8 +52,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);
 
@@ -102,8 +100,6 @@ static void shutdown_onchannelcallback(void *context)
 
        kfree(buf);
 
-       DPRINT_EXIT(VMBUS);
-
        if (execute_shutdown == true)
                orderly_poweroff(false);
 }
@@ -160,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);
 
@@ -192,8 +186,6 @@ static void timesync_onchannelcallback(void *context)
        }
 
        kfree(buf);
-
-       DPRINT_EXIT(VMBUS);
 }
 
 /*
@@ -210,8 +202,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);
 
@@ -249,8 +239,6 @@ static void heartbeat_onchannelcallback(void *context)
        }
 
        kfree(buf);
-
-       DPRINT_EXIT(VMBUS);
 }
 
 static const struct pci_device_id __initconst