Message ID | alpine.DEB.2.21.1903072231170.2558@hadrien (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ath11k: fix semicolon.cocci warnings | expand |
Julia Lawall <julia.lawall@lip6.fr> writes: > From: kbuild test robot <lkp@intel.com> > > Remove unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.cocci > > Fixes: 258bbf525e65 ("ath11k: add driver") > Signed-off-by: kbuild test robot <lkp@intel.com> > Signed-off-by: Julia Lawall <julia.lawall@lip6.fr> Applied, thanks.
--- a/drivers/net/wireless/ath/ath11k/mac.c +++ b/drivers/net/wireless/ath/ath11k/mac.c @@ -3271,7 +3271,7 @@ static int ath11k_start(struct ieee80211 WARN_ON(1); ret = -EINVAL; goto err; - }; + } ret = ath11k_wmi_pdev_set_param(ar, WMI_PDEV_PARAM_PMF_QOS, 1, pdev->pdev_id);