Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49708e37 authored by Dan Carpenter's avatar Dan Carpenter Committed by Johannes Berg
Browse files

mac80211: silence an uninitialized variable warning



We normally return an uninitialized value, but no one checks it so it
doesn't matter.  Anyway, let's silence the static checker warning.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
parent e98e915e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1747,6 +1747,7 @@ ieee80211_process_tdls_channel_switch_resp(struct ieee80211_sub_if_data *sdata,
		goto out;
	}

	ret = 0;
call_drv:
	drv_tdls_recv_channel_switch(sdata->local, sdata, &params);