[SPARC64]: Do not flood log with failed DS messages.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 20 Jul 2007 09:34:41 +0000 (02:34 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sat, 21 Jul 2007 00:14:38 +0000 (17:14 -0700)
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 <davem@davemloft.net>
arch/sparc64/kernel/ds.c

index 8c5692e..9f472a7 100644 (file)
@@ -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;
        }