Horms wrote: > Instead of defining a specialised err() function to exit with > non-standard error codes, just use the global die() function. > > Signed-off-by: Simon Horman <[EMAIL PROTECTED]> > Makes sense. Tested and working fine. Ack.
Thanks -Sachin > Index: kexec-tools-testing/kexec/arch/ppc64/fs2dt.c > =================================================================== > --- kexec-tools-testing.orig/kexec/arch/ppc64/fs2dt.c 2006-12-08 > 17:08:44.000000000 +0900 > +++ kexec-tools-testing/kexec/arch/ppc64/fs2dt.c 2006-12-08 > 17:28:28.000000000 +0900 > @@ -37,26 +37,6 @@ > #define TREEWORDS 65536 /* max 32 bit words for property values > */ > #define MEMRESERVE 256 /* max number of reserved memory blocks > */ > _______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
