Skip to content

Commit d661c86

Browse files
finikorgjhedberg
authored andcommitted
drivers: modem_cellular: Fix missing break
There is no fallthrough statement or comment so I assume break is missing. Fixes build time warning from some tools. Signed-off-by: Andrei Emeltchenko <[email protected]>
1 parent f6fe61e commit d661c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/modem/modem_cellular.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ static void modem_cellular_connect_cmux_event_handler(struct modem_cellular_data
647647
case MODEM_CELLULAR_EVENT_TIMEOUT:
648648
modem_pipe_attach(data->uart_pipe, modem_cellular_bus_pipe_handler, data);
649649
modem_pipe_open_async(data->uart_pipe);
650+
break;
650651

651652
case MODEM_CELLULAR_EVENT_BUS_OPENED:
652653
modem_cmux_attach(&data->cmux, data->uart_pipe);

0 commit comments

Comments
 (0)