On 8/21/2024 8:37 AM, Kalle Valo wrote: > From: Kalle Valo <quic_kvalo@xxxxxxxxxxx> > > After removing the conf_mutex in the previous patch there are no unnecessary nit: s/ no / now / > labels in mac.c. Sparse also warns one instance of it: > > drivers/net/wireless/ath/ath12k/mac.c:6635:1: warning: statement expected after label > > Remove the labels and instead use directly return. > > Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3 > > Signed-off-by: Kalle Valo <quic_kvalo@xxxxxxxxxxx>