alistair23-linux/drivers/isdn
Julia Lawall 20b788045b drivers/isdn/hardware/mISDN: move a dereference below a NULL test
In each case, if the NULL test is necessary, then the dereference should be
moved below the NULL test.

The semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/)

// <smpl>
@@
type T;
expression E;
identifier i,fld;
statement S;
@@

- T i = E->fld;
+ T i;
  ... when != E
      when != i
  if (E == NULL) S
+ i = E->fld;
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Karsten Keil <kkeil@suse.de>
2009-01-11 18:04:37 +01:00
..
act2000
capi Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 2009-01-05 18:44:59 -08:00
divert
gigaset gigaset: ifdef cleanup 2008-12-26 01:22:03 -08:00
hardware drivers/isdn/hardware/mISDN: move a dereference below a NULL test 2009-01-11 18:04:37 +01:00
hisax tricky one: hisax sections 2008-11-30 10:03:37 -08:00
hysdn hysdn: convert to net_device_ops and other updates 2009-01-07 18:03:43 -08:00
i4l I4l: convert to net_device_ops 2009-01-07 18:04:17 -08:00
icn
isdnloop
mISDN indentation & braces disagree - add braces 2009-01-11 18:01:16 +01:00
pcbit
sc
Kconfig
Makefile mISDN fix main ISDN Makefile 2008-08-02 16:28:20 +02:00