Skip to content

Commit

Permalink
[SPARC64]: Do not flood log with failed DS messages.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Jul 21, 2007
1 parent 028ebff commit afd69ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/sparc64/kernel/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit afd69ed

Please sign in to comment.