summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/hv_utils.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-07-23 00:14:04 +0200
committerGreg Kroah-Hartman2010-07-23 00:14:04 +0200
commit83c720ea395c4ee725e1035cbcda809794b46091 (patch)
treeba683a1eef41cfca86286a2d81d49068ac12d478 /drivers/staging/hv/hv_utils.c
parentStaging: hv: remove DPRINT_ENTER macro (diff)
downloadkernel-qcow2-linux-83c720ea395c4ee725e1035cbcda809794b46091.tar.gz
kernel-qcow2-linux-83c720ea395c4ee725e1035cbcda809794b46091.tar.xz
kernel-qcow2-linux-83c720ea395c4ee725e1035cbcda809794b46091.zip
Staging: hv: remove DPRINT_EXIT macro
No need for it, use the built-in kernel function tracing instead if you really need something like this. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 08cde24de2aa..d8c76b1fc1bd 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)
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)