diff options
| author | Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2004-07-12 21:03:58 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-07-12 21:03:58 -0700 |
| commit | d4439fce9a2be8d07d78f2e8deda7a033140ed45 (patch) | |
| tree | dde64c90df184747ea029bc3039ab422974e8c3b /include/linux | |
| parent | a0bca18898a4ecc6569425464c2b2f9125e3643b (diff) | |
[PATCH] sparse: net/* NULL noise removal
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 9f380143cec0..e9375f3ad5c4 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -565,7 +565,7 @@ typedef int gifconf_func_t(struct net_device * dev, char __user * bufptr, int le extern int register_gifconf(unsigned int family, gifconf_func_t * gifconf); static inline int unregister_gifconf(unsigned int family) { - return register_gifconf(family, 0); + return register_gifconf(family, NULL); } /* |
