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

Commit ce0bbf48 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ath10k: Fix compilation issue"

parents 628e4887 04ec53e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6048,7 +6048,7 @@ static struct sk_buff *ath10k_wmi_10_4_op_gen_init(struct ath10k *ar)

int ath10k_wmi_start_scan_verify(const struct wmi_start_scan_arg *arg)
{
	if (arg->ie_len && !arg->ie)
	if (arg->ie_len)
		return -EINVAL;
	if (arg->n_channels && !arg->channels)
		return -EINVAL;