Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afd69ed1 authored by David S. Miller's avatar David S. Miller
Browse files

[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: default avatarDavid S. Miller <davem@davemloft.net>
parent 028ebff2
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -930,8 +930,6 @@ static int ds_handshake(struct ds_info *dp, struct ds_msg_tag *pkt)
			       dp->id, np->handle);
			       dp->id, np->handle);
			return 0;
			return 0;
		}
		}
		printk(KERN_INFO "ds-%lu: Could not register %s service\n",
		       dp->id, cp->service_id);
		cp->state = CAP_STATE_UNKNOWN;
		cp->state = CAP_STATE_UNKNOWN;
	}
	}