[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130528082231.GA1536@minipsycho.orion>
Date: Tue, 28 May 2013 10:22:31 +0200
From: Jiri Pirko <jiri@...nulli.us>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, eric.dumazet@...il.com, timo.teras@....fi,
kuznet@....inr.ac.ru, jmorris@...ei.org, yoshfuji@...ux-ipv6.org,
kaber@...sh.net, bhutchings@...arflare.com
Subject: Re: [patch net-next 1/3] net: pass info struct via netdevice notifier
>+static int call_netdevice_notifier(struct notifier_block *nb, unsigned long val,
>+ struct net_device *dev)
>+{
>+ struct netdevice_notifier_info info;
>+
>+ init_netdevice_notifier_info(&info, dev);
>+ return nb->notifier_call(nb, NETDEV_REGISTER, &info);
oops - will fix this and post v2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists