alistair23-linux/net/irda
Alexey Dobriyan 6d9f239a1e net: '&' redux
I want to compile out proc_* and sysctl_* handlers totally and
stub them to NULL depending on config options, however usage of &
will prevent this, since taking adress of NULL pointer will break
compilation.

So, drop & in front of every ->proc_handler and every ->strategy
handler, it was never needed in fact.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-03 18:21:05 -08:00
..
ircomm tty: Ldisc revamp 2008-07-20 17:12:34 -07:00
irlan net: convert print_mac to %pM 2008-10-27 17:06:18 -07:00
irnet Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 2008-07-18 02:39:39 -07:00
af_irda.c irda: Sock leak on error path in irda_create. 2008-06-03 15:18:36 -07:00
discovery.c irda: Fix a misalign access issue. (v2) 2008-05-13 23:25:57 -07:00
irda_device.c
iriap.c irda: use get_unaligned_* helpers 2008-05-02 16:21:52 -07:00
iriap_event.c
irias_object.c
irlap.c
irlap_event.c
irlap_frame.c netns: Use net_eq() to compare net-namespaces for optimization. 2008-07-19 22:34:43 -07:00
irlmp.c irda: Fix a misalign access issue. (v2) 2008-05-13 23:25:57 -07:00
irlmp_event.c
irlmp_frame.c
irmod.c
irnetlink.c irda: Fix netlink error path return value 2008-07-08 03:07:43 -07:00
irproc.c
irqueue.c
irsysctl.c net: '&' redux 2008-11-03 18:21:05 -08:00
irttp.c
Kconfig
Makefile
parameters.c
qos.c
timer.c
wrapper.c