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

Commit 79d310d0 authored by Thomas Graf's avatar Thomas Graf Committed by David S. Miller
Browse files

[GENETLINK]: Correctly report errors while registering a multicast group



Signed-off-by: default avatarThomas Graf <tgraf@suug.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2c04ddb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ int genl_register_mc_group(struct genl_family *family,
	genl_ctrl_event(CTRL_CMD_NEWMCAST_GRP, grp);
 out:
	genl_unlock();
	return 0;
	return err;
}
EXPORT_SYMBOL(genl_register_mc_group);