diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-07-20 02:34:41 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-20 17:14:38 -0700 |
commit | afd69ed142a3aa8df81ea54e5e78d77dbcf08467 (patch) | |
tree | b64bd70aad9a34bb54508869510a51eb54496520 | |
parent | 028ebff26915df18ab0cda664e2f0582650af155 (diff) | |
download | linux-3.10-afd69ed142a3aa8df81ea54e5e78d77dbcf08467.tar.gz linux-3.10-afd69ed142a3aa8df81ea54e5e78d77dbcf08467.tar.bz2 linux-3.10-afd69ed142a3aa8df81ea54e5e78d77dbcf08467.zip |
[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 <davem@davemloft.net>
-rw-r--r-- | arch/sparc64/kernel/ds.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/ds.c b/arch/sparc64/kernel/ds.c index 8c5692e9f91..9f472a79d37 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; } |