]> git.baikalelectronics.ru Git - kernel.git/commit
genetlink: simplify genl_notify
authorJiri Benc <jbenc@redhat.com>
Tue, 22 Sep 2015 16:56:43 +0000 (18:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Sep 2015 19:25:23 +0000 (12:25 -0700)
commit29b59aba6a67f7ae031c38be8b141d9cb76d2887
tree06a095b1c2f948b3a045e12406b0ca8020c20bf5
parent9040493fe681fe215af72c646b884bdcf1937857
genetlink: simplify genl_notify

The genl_notify function has too many arguments for no real reason - all
callers use genl_info to get them anyway. Just pass the genl_info down to
genl_notify.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wireless/mac80211_hwsim.c
include/net/genetlink.h
net/netlink/genetlink.c
net/openvswitch/datapath.c