linux-stable-rt/arch/powerpc/platforms/powermac
Julia Lawall 5fba610ec9 powerpc/powermac: Drop unnecessary null test
for_each_node_by_name binds its first argument to a non-null value, and
thus any null test on the value of that argument is superfluous.

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
iterator I;
expression x,E;
@@

I(x,...) { <...
(
- (x != NULL) &&
  E
  ...> }
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2010-08-24 15:26:28 +10:00
..
Kconfig
Makefile
backlight.c
bootx_init.c
cache.S
cpufreq_32.c
cpufreq_64.c
feature.c powerpc/powermac: Drop unnecessary null test 2010-08-24 15:26:28 +10:00
low_i2c.c powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts 2010-07-29 13:24:57 +02:00
nvram.c
pci.c powerpc/powermac: Drop unnecessary of_node_put 2010-08-24 15:26:28 +10:00
pfunc_base.c
pfunc_core.c
pic.c
pic.h
pmac.h
setup.c
sleep.S
smp.c
time.c
udbg_adb.c
udbg_scc.c