From: David S. Miller Date: Fri, 20 Jul 2007 09:34:41 +0000 (-0700) Subject: [SPARC64]: Do not flood log with failed DS messages. X-Git-Tag: v2.6.23-rc1~192^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afd69ed142a3aa8df81ea54e5e78d77dbcf08467;p=platform%2Fkernel%2Flinux-exynos.git [SPARC64]: Do not flood log with failed DS messages. When booting up a control node it's quite common to not be able to register several service types. And likewise on guests at least one or two are going to not be there. Signed-off-by: David S. Miller --- diff --git a/arch/sparc64/kernel/ds.c b/arch/sparc64/kernel/ds.c index 8c5692e..9f472a7 100644 --- a/arch/sparc64/kernel/ds.c +++ b/arch/sparc64/kernel/ds.c @@ -930,8 +930,6 @@ static int ds_handshake(struct ds_info *dp, struct ds_msg_tag *pkt) dp->id, np->handle); return 0; } - printk(KERN_INFO "ds-%lu: Could not register %s service\n", - dp->id, cp->service_id); cp->state = CAP_STATE_UNKNOWN; }