소스 검색

qcacmn: Fix typo in conditional check

Add change to fix typo on a conditional check.

Change-Id: I5928ed07f6bca18e2f6266b658365fd5317de31b
CRs-Fixed: 2404622
Santosh Anbu 6 년 전
부모
커밋
3e67f9aa15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      target_if/mlme/vdev_mgr/src/target_if_vdev_mgr_tx_ops.c

+ 1 - 1
target_if/mlme/vdev_mgr/src/target_if_vdev_mgr_tx_ops.c

@@ -788,7 +788,7 @@ static QDF_STATUS target_if_vdev_mgr_multiple_vdev_restart_req_cmd(
 						pdev,
 						param->vdev_ids[vdev_id],
 						WLAN_VDEV_TARGET_IF_ID);
-			iv(vdev) {
+			if (vdev) {
 				vdev_rsp =
 				rx_ops->vdev_mgr_get_response_timer_info(vdev);
 				if (vdev_rsp)