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

Commit ad93e266 authored by Evgeniy Polyakov's avatar Evgeniy Polyakov Committed by David S. Miller
Browse files

[NETLINK]: w1_int.c: fix default netlink group



w1 does not need to multicast its state to several groups at once,
and upcoming netlink changes will not allow bitmask for groups anyway.

Signed-off-by: default avatarEvgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7de76272
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ static struct w1_master * w1_alloc_dev(u32 id, int slave_count, int slave_ttl,

	dev->driver = driver;

	dev->groups = 23;
	dev->groups = 1;
	dev->seq = 1;
	dev->nls = netlink_kernel_create(NETLINK_W1, NULL, THIS_MODULE);
	if (!dev->nls) {