Browse Source

qcacmn: Fix typo in conditional check

Add change to fix typo on a conditional check.

Change-Id: I5928ed07f6bca18e2f6266b658365fd5317de31b
CRs-Fixed: 2404622
Santosh Anbu 6 years ago
parent
commit
3e67f9aa15
1 changed files with 1 additions and 1 deletions
  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)