mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 23:08:34 +03:00
[firmware] sim_switch + wwan_perst: Don't re-initialize
The logic to detect if the respective module is already initialized or not was broken. When performing initialization, we of course need to set initialized=1.
This commit is contained in:
@@ -109,5 +109,6 @@ int wwan_perst_init(void)
|
||||
perst2.timer.data = (void *) &perst2;
|
||||
num_perst++;
|
||||
#endif
|
||||
initialized = 1;
|
||||
return num_perst;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user