Applied 0015-Clear-configuration-on-deactivate-even-if-not-activa.patch

This commit is contained in:
Florian Pose 2022-06-23 11:00:45 +02:00
parent a3fa7cecaf
commit 667e93284d
1 changed files with 1 additions and 0 deletions

View File

@ -2505,6 +2505,7 @@ void ecrt_master_deactivate(ec_master_t *master)
if (!master->active) {
EC_MASTER_WARN(master, "%s: Master not active.\n", __func__);
ec_master_clear_config(master);
return;
}