tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
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?
-thanks
-Brian
Home |
Main Index |
Thread Index |
Old Index