소스 검색

qcacld-3.0: cmn: Replace fallthrough comment with attribute

-Wimplicit-fallthrough is being enabled by default. Some compilers
such as clang require the attribute instead of just a fallthrough comment.

Change-Id: I7e38c098c58146dc2c762d86ff3eae97a21aa98b
CRs-Fixed: 3217408
David Oladunjoye 2 년 전
부모
커밋
946c8f039a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/cmn_services/interface_mgr/src/wlan_if_mgr_roam.c

+ 1 - 1
components/cmn_services/interface_mgr/src/wlan_if_mgr_roam.c

@@ -443,7 +443,7 @@ static bool if_mgr_validate_sta_bcn_intrvl(struct wlan_objmgr_vdev *vdev,
 			bss_arg->status = QDF_STATUS_SUCCESS;
 			return true;
 		case ALLOW_MCC_GO_DIFF_BI_WORKAROUND:
-			/* fall through */
+			fallthrough;
 		case ALLOW_MCC_GO_DIFF_BI_NO_DISCONNECT:
 			policy_mgr_get_conc_rule1(psoc, &conc_rule1);
 			policy_mgr_get_conc_rule2(psoc, &conc_rule2);