From: Vitaly Kuznetsov Date: Sun, 12 Apr 2015 01:07:59 +0000 (-0700) Subject: Drivers: hv: utils: unify driver registration reporting X-Git-Tag: v4.1.12-124.31.3~1222 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fab8910ad9f6f3e367bc9507d78a58cdcbf7e9f7;p=users%2Fjedix%2Flinux-maple.git 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 Tested-by: Alex Ng Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman Orabug: 27426063 (cherry picked from commit 7c959127581d420ec692344ee905504fdeecec1a) Signed-off-by: Jack Vogel Reviewed-by: Ashok Vairavan --- diff --git a/drivers/hv/hv_kvp.c b/drivers/hv/hv_kvp.c index 4c0c6f27daac..cb1a9160aab1 100644 --- a/drivers/hv/hv_kvp.c +++ b/drivers/hv/hv_kvp.c @@ -158,7 +158,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); /*