mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
treewide: Remove pointless return statement
This commit is contained in:
parent
fe95cbe077
commit
cba19d3bf5
@ -272,8 +272,6 @@ static void agent_send_next_request(struct agent *agent)
|
||||
agent, NULL);
|
||||
|
||||
pending->message = NULL;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static unsigned int agent_queue_request(struct agent *agent,
|
||||
|
@ -1322,7 +1322,6 @@ next_roc:
|
||||
|
||||
protocol_failed:
|
||||
dpp_reset(dpp);
|
||||
return;
|
||||
}
|
||||
|
||||
static void dpp_start_offchannel(struct dpp_sm *dpp, uint32_t freq)
|
||||
|
@ -67,8 +67,6 @@ static void eap_gtc_handle_request(struct eap_state *eap,
|
||||
eap_method_respond(eap, response, 5 + secret_len);
|
||||
|
||||
eap_method_success(eap);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static int eap_gtc_check_settings(struct l_settings *settings,
|
||||
|
Loading…
Reference in New Issue
Block a user