3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-25 17:59:25 +01:00

treewide: Remove pointless return statement

This commit is contained in:
Denis Kenzior 2022-01-11 09:10:51 -06:00
parent fe95cbe077
commit cba19d3bf5
3 changed files with 0 additions and 5 deletions

View File

@ -272,8 +272,6 @@ static void agent_send_next_request(struct agent *agent)
agent, NULL); agent, NULL);
pending->message = NULL; pending->message = NULL;
return;
} }
static unsigned int agent_queue_request(struct agent *agent, static unsigned int agent_queue_request(struct agent *agent,

View File

@ -1322,7 +1322,6 @@ next_roc:
protocol_failed: protocol_failed:
dpp_reset(dpp); dpp_reset(dpp);
return;
} }
static void dpp_start_offchannel(struct dpp_sm *dpp, uint32_t freq) static void dpp_start_offchannel(struct dpp_sm *dpp, uint32_t freq)

View File

@ -67,8 +67,6 @@ static void eap_gtc_handle_request(struct eap_state *eap,
eap_method_respond(eap, response, 5 + secret_len); eap_method_respond(eap, response, 5 + secret_len);
eap_method_success(eap); eap_method_success(eap);
return;
} }
static int eap_gtc_check_settings(struct l_settings *settings, static int eap_gtc_check_settings(struct l_settings *settings,