diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-07-20 09:34:41 (GMT) |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-21 00:14:38 (GMT) |
commit | afd69ed142a3aa8df81ea54e5e78d77dbcf08467 (patch) | |
tree | b64bd70aad9a34bb54508869510a51eb54496520 /arch/sparc64 | |
parent | 028ebff26915df18ab0cda664e2f0582650af155 (diff) | |
download | linux-fsl-qoriq-afd69ed142a3aa8df81ea54e5e78d77dbcf08467.tar.xz |
[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>
Diffstat (limited to 'arch/sparc64')
-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 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; } |