tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: aprint_* used outside autoconfiguration step



On Feb 19, 10:19am, buhrow%nfbcal.org@localhost (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


Home | Main Index | Thread Index | Old Index