diff options
Diffstat (limited to 'net/tipc/netlink.c')
-rw-r--r-- | net/tipc/netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/netlink.c b/net/tipc/netlink.c index 3200059d14b2..4b94f3cfe3af 100644 --- a/net/tipc/netlink.c +++ b/net/tipc/netlink.c | |||
@@ -262,7 +262,7 @@ int tipc_nlmsg_parse(const struct nlmsghdr *nlh, struct nlattr ***attr) | |||
262 | { | 262 | { |
263 | u32 maxattr = tipc_genl_family.maxattr; | 263 | u32 maxattr = tipc_genl_family.maxattr; |
264 | 264 | ||
265 | *attr = tipc_genl_family.attrbuf; | 265 | *attr = genl_family_attrbuf(&tipc_genl_family); |
266 | if (!*attr) | 266 | if (!*attr) |
267 | return -EOPNOTSUPP; | 267 | return -EOPNOTSUPP; |
268 | 268 | ||