On Feb 19, 10:19am, [email protected] (Brian Buhrow) wrote:
-- Subject: Re: aprint_* used outside autoconfiguration step

|       hello.  Is it sufficient to do something like:
| 
| if (cold) {
|       aprint_error("...");
| } else {
|       printf("...");
| }
| 
| or, is that what your new pending variable is supposed to help with?

The "config_pending" variable is not new, and "cold" is too restrictive
since a lot of autoconfiguration is now happening after cold is unset.

christos

Reply via email to