Re: [PATCH net-next] genetlink: simplify genl_notify

2015-09-24 Thread David Miller
From: Jiri Benc Date: Tue, 22 Sep 2015 18:56:43 +0200 > 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 Applied, thanks Jiri. -- To unsubscribe from

[PATCH net-next] genetlink: simplify genl_notify

2015-09-22 Thread Jiri Benc
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 --- drivers/net/wireless/mac80211_hwsim.c | 5 ++--- include/net/genetlink.h | 5 ++--- net/net