From: Vitaly Kuznetsov Date: Sun, 12 Apr 2015 01:07:59 +0000 (-0700) Subject: Drivers: hv: utils: unify driver registration reporting X-Git-Tag: omap-for-v4.2/fixes-rc1^2~94^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c959127581d420ec692344ee905504fdeecec1a;p=pandora-kernel.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 --- diff --git a/drivers/hv/hv_fcopy.c b/drivers/hv/hv_fcopy.c index b7b528cd481b..b50dd330cf31 100644 --- a/drivers/hv/hv_fcopy.c +++ b/drivers/hv/hv_fcopy.c @@ -107,8 +107,7 @@ static int fcopy_handle_handshake(u32 version) */ return -EINVAL; } - pr_info("FCP: user-mode registering done. Daemon version: %d\n", - version); + pr_debug("FCP: userspace daemon ver. %d registered\n", version); fcopy_transaction.state = HVUTIL_READY; hv_poll_channel(fcopy_transaction.fcopy_context, hv_fcopy_onchannelcallback); Reading git-diff-tree failed