]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - drivers/staging/hv/connection.c
Staging: hv: remove DPRINT_ENTER macro
[lisovros/linux_canprio.git] / drivers / staging / hv / connection.c
index e8824dadffc31786f32ac5494ad1b32f46c911b4..b8dd8f9206b3bedd31b5ecb09b1d2d67a99c4c82 100644 (file)
@@ -44,8 +44,6 @@ int VmbusConnect(void)
        struct vmbus_channel_initiate_contact *msg;
        unsigned long flags;
 
-       DPRINT_ENTER(VMBUS);
-
        /* Make sure we are not connecting or connected */
        if (gVmbusConnection.ConnectState != Disconnected)
                return -1;
@@ -193,8 +191,6 @@ int VmbusDisconnect(void)
        int ret = 0;
        struct vmbus_channel_message_header *msg;
 
-       DPRINT_ENTER(VMBUS);
-
        /* Make sure we are connected */
        if (gVmbusConnection.ConnectState != Connected)
                return -1;
@@ -285,8 +281,6 @@ void VmbusOnEvents(void)
        int relid;
        u32 *recvInterruptPage = gVmbusConnection.RecvInterruptPage;
 
-       DPRINT_ENTER(VMBUS);
-
        /* Check events */
        if (recvInterruptPage) {
                for (dword = 0; dword < maxdword; dword++) {
@@ -334,8 +328,6 @@ int VmbusSetEvent(u32 childRelId)
 {
        int ret = 0;
 
-       DPRINT_ENTER(VMBUS);
-
        /* Each u32 represents 32 channels */
        set_bit(childRelId & 31,
                (unsigned long *)gVmbusConnection.SendInterruptPage +