From: Mathias Krause <redacted>
Date: Mon, 7 Nov 2016 23:22:19 +0100
To avoid having dangling function pointers left behind, reset calcit in
rtnl_unregister(), too.
This is no issue so far, as only the rtnl core registers a netlink
handler with a calcit hook which won't be unregistered, but may become
one if new code makes use of the calcit hook.
Fixes: c7ac8679bec9 ("rtnetlink: Compute and store minimum ifinfo...")
Cc: Jeff Kirsher <redacted>
Cc: Greg Rose <redacted>
Signed-off-by: Mathias Krause <redacted>
Applied, thanks.