Restart free run mode after requesting failed.

This commit is contained in:
Florian Pose 2006-04-24 12:30:38 +00:00
parent 0e5ad186f2
commit 0aea75964c
1 changed files with 1 additions and 0 deletions

View File

@ -404,6 +404,7 @@ ec_master_t *ecrt_request_master(unsigned int master_index
out_module_put:
module_put(master->device->module);
ec_master_reset(master);
ec_master_freerun_start(master);
out_release:
master->reserved = 0;
out_return: