Skip to content

Commit df7deb5

Browse files
committed
Merge branch 'bugfix/raw_tp_reboot_crash' into 'master'
esp_hosted_ng: Fix Crash obeserved on host when esp device reboots in raw_tp mode See merge request app-frameworks/esp_hosted!461
2 parents 056a639 + 48e2921 commit df7deb5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

esp_hosted_ng/host/main.c

+1
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ int process_event_esp_bootup(struct esp_adapter *adapter, u8 *evt_buf, u8 len)
287287

288288
clear_bit(ESP_INIT_DONE, &adapter->state_flags);
289289
/* Deinit module if already initialized */
290+
test_raw_tp_cleanup();
290291
esp_deinit_module(adapter);
291292

292293
pos = evt_buf;

esp_hosted_ng/host/sdio/esp_sdio.c

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ int esp_deinit_module(struct esp_adapter *adapter)
175175
* As Removal of SDIO triggers complete Deinit and SDIO insertion/
176176
* detection, triggers probing which does initialization.
177177
*/
178-
179178
return 0;
180179
}
181180

0 commit comments

Comments
 (0)