Ver código fonte

qcacmn: Fix compilation error due to missing break statement

Fix compilation error due to missing break statement in
dp_rx_err_handler_rh().

Change-Id: I774c46996f01b6d961488e22791c4935c49db743
CRs-Fixed: 3635098
Manikanta Pubbisetty 1 ano atrás
pai
commit
996e50f765
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      dp/wifi3.0/rh/dp_rh_rx.c

+ 1 - 0
dp/wifi3.0/rh/dp_rh_rx.c

@@ -692,6 +692,7 @@ static QDF_STATUS dp_rx_err_handler_rh(struct dp_soc *soc,
 		dp_rx_decrypt_unecrypt_err_handler_rh(soc, rx_desc->nbuf,
 						      error_code,
 						      rx_desc->pool_id);
+		break;
 	default:
 		dp_err("Invalid error packet rcvd, code: %u", error_code);
 		dp_rx_desc_dump(rx_desc);