Home
last modified time | relevance | path

Searched hist:c80bbeaec98b36eeba9c6c77061226034d5c4622 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Drtnetlink.cdiff c80bbeaec98b36eeba9c6c77061226034d5c4622 Mon Oct 22 17:21:23 CDT 2012 Hans Zhang <zhanghonghui@huawei.com> netlink: cleanup the unnecessary return value check

It's no needed to check the return value of tab since the NULL situation
has been handled already, and the rtnl_msg_handlers[PF_UNSPEC] has been
initialized as non-NULL during the rtnetlink_init().

Signed-off-by: Hans Zhang <zhanghonghui@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>