Horms wrote: > Remove useless variable end from checkprop() in kexec/arch/ppc64/fs2dt.c > > end is never set to a non-zero value in checkprop(), and it only > has effect when non-zero, so remove it and code that it would trigger. > Tested and works fine. Ack
Thanks -Sachin > Signed-off-by: Simon Horman <[EMAIL PROTECTED]> > Index: kexec-tools-testing/kexec/arch/ppc64/fs2dt.c > =================================================================== > --- kexec-tools-testing.orig/kexec/arch/ppc64/fs2dt.c 2006-12-08 > 17:08:12.000000000 +0900 > +++ kexec-tools-testing/kexec/arch/ppc64/fs2dt.c 2006-12-08 > 17:08:44.000000000 +0900 > @@ -88,9 +88,9 @@ > _______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
