summaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_kvp.c
diff options
context:
space:
mode:
authorVitaly Kuznetsov2015-04-12 03:07:59 +0200
committerGreg Kroah-Hartman2015-05-24 21:17:42 +0200
commit7c959127581d420ec692344ee905504fdeecec1a (patch)
tree90398d8189bcd98f1487c1e717f1cd0c4401d313 /drivers/hv/hv_kvp.c
parentDrivers: hv: fcopy: full handshake support (diff)
downloadkernel-qcow2-linux-7c959127581d420ec692344ee905504fdeecec1a.tar.gz
kernel-qcow2-linux-7c959127581d420ec692344ee905504fdeecec1a.tar.xz
kernel-qcow2-linux-7c959127581d420ec692344ee905504fdeecec1a.zip
Drivers: hv: utils: unify driver registration reporting
Unify driver registration reporting and move it to debug level as normally daemons write to syslog themselves and these kernel messages are useless. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Tested-by: Alex Ng <alexng@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/hv_kvp.c')
-rw-r--r--drivers/hv/hv_kvp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hv/hv_kvp.c b/drivers/hv/hv_kvp.c
index baa12088ef24..d85798d5992c 100644
--- a/drivers/hv/hv_kvp.c
+++ b/drivers/hv/hv_kvp.c
@@ -150,7 +150,8 @@ static int kvp_handle_handshake(struct hv_kvp_msg *msg)
/*
* We have a compatible daemon; complete the handshake.
*/
- pr_info("KVP: user-mode registering done.\n");
+ pr_debug("KVP: userspace daemon ver. %d registered\n",
+ KVP_OP_REGISTER);
kvp_register(dm_reg_value);
kvp_transaction.state = HVUTIL_READY;