mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[TIPC] Cleaned up info/warn/err macros
Signed-off-by: Per Liden <per.liden@nospam.ericsson.com>
This commit is contained in:
parent
9ea1fd3c1a
commit
d0a14a9dbd
4 changed files with 7 additions and 7 deletions
|
@ -1696,13 +1696,13 @@ int socket_init(void)
|
|||
|
||||
res = proto_register(&tipc_proto, 1);
|
||||
if (res) {
|
||||
err("Unable to register TIPC protocol type\n");
|
||||
err("Failed to register TIPC protocol type\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
res = sock_register(&tipc_family_ops);
|
||||
if (res) {
|
||||
err("Unable to register TIPC socket type\n");
|
||||
err("Failed to register TIPC socket type\n");
|
||||
proto_unregister(&tipc_proto);
|
||||
goto out;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue