Add change to fix typo on a conditional check. Change-Id: I5928ed07f6bca18e2f6266b658365fd5317de31b CRs-Fixed: 2404622
@@ -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)