datapath: Account for "netlink: make nlmsg_end() and genlmsg_end() void"
authorThomas Graf <tgraf@noironetworks.com>
Tue, 3 Feb 2015 20:53:36 +0000 (21:53 +0100)
committerThomas Graf <tgraf@noironetworks.com>
Tue, 3 Feb 2015 21:31:20 +0000 (22:31 +0100)
commit23b48dc1821210e24ba783c6377f2cc9e5719fee
tree41a9584054897ef31ee5e3695377f6d2de1eb123
parent6233a1bdf17e30800c9734374f1aa36ff7214f7e
datapath: Account for "netlink: make nlmsg_end() and genlmsg_end() void"

genlmsg_end() no longer returns an error value. Not a problem as it
never returned an error code anyway.

Upstream: 053c09 ("netlink: make nlmsg_end() and genlmsg_end() void")
Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
datapath/datapath.c