Actions
Feature #3865
open148: completion must be initialized before every use
Start date:
01/18/2013
Due date:
% Done:
90%
Estimated time:
Published in build:
Description
Before each use of completion the corresponding initialization has to be carried out.
Either static:
DECLARE_COMPLETION()
or dynamic:
init_completion()
Updated by Evgeny Novikov over 11 years ago
- Status changed from New to Open
For model 148_7a it was used ability to process actual arguments of macrofunctions substituted at the global scope (implemented in #3890). So now it should be retested on all drivers.
Actions