Re: dtc: Fix FAIL() macro varargs

2007-12-05 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > The way the checking subsystem FAIL() macro is currently implemented > it must take at least one paramater after the format string. This > patch corrects the problem. > > Signed-off-by: David Gibson <[EMAIL PROTECTED]> Applied. jdl ___

dtc: Fix FAIL() macro varargs

2007-12-04 Thread David Gibson
The way the checking subsystem FAIL() macro is currently implemented it must take at least one paramater after the format string. This patch corrects the problem. Signed-off-by: David Gibson <[EMAIL PROTECTED]> Index: dtc/checks.c =