Skip to content

Commit 0ca6d24

Browse files
committed
driver: modem: gsm_ppp: Don't give sem in on_cmd_atcmdinfo_attached
1 parent 080f2b7 commit 0ca6d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/modem/gsm_ppp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ MODEM_CMD_DEFINE(on_cmd_atcmdinfo_attached)
849849
}
850850

851851
modem_cmd_handler_set_error(data, error);
852-
k_sem_give(&gsm.sem_response);
852+
/* Just return, sem_response will be signaled by the following OK */
853853

854854
return 0;
855855
}

0 commit comments

Comments
 (0)