qcacmn: Suppress the print if tlv_tag not found

Suppress the print if tlv_tag not found

Change-Id: I0a0490539ed271472d4f9f42e903ca13ba064991
CRs-Fixed: 2499596
diff --git a/hal/wifi3.0/qca8074v2/hal_8074v2_rx.h b/hal/wifi3.0/qca8074v2/hal_8074v2_rx.h
index 917bffc..f37c06c 100644
--- a/hal/wifi3.0/qca8074v2/hal_8074v2_rx.h
+++ b/hal/wifi3.0/qca8074v2/hal_8074v2_rx.h
@@ -189,8 +189,6 @@
 				SU_EVM_DETAILS_0_NSS_COUNT);
 		hal_rx_update_su_evm_info(rx_tlv, ppdu_info_hdl);
 	break;
-	default:
-		qdf_err("TLV tag not found");
 	}
 }
 #else