[PATCH] initrd: remove unused false condition for initrd_start
authorHenry Nestler <henry.ne@arcor.de>
Thu, 7 Dec 2006 04:37:45 +0000 (20:37 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:38 +0000 (08:39 -0800)
commit19e5d9c0d2194b4b47189cbec2921cbf72b0bd1c
tree1d0c9ed041ab887bfc73577141c27948891a33c5
parent319e799abb89d9215a203e32c2cad51115d302f4
[PATCH] initrd: remove unused false condition for initrd_start

After LOADER_TYPE && INITRD_START are true, the short if-condition
for INITRD_START can never be false.

Remove unused code from the else condition.

Signed-off-by: Henry Nestler <henry.ne@arcor.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/frv/kernel/setup.c
arch/i386/kernel/setup.c
arch/m32r/kernel/setup.c
arch/m32r/mm/discontig.c
arch/sh/kernel/setup.c
arch/sh64/kernel/setup.c
arch/x86_64/kernel/setup.c