Parcourir la source

msm: ipa: remove error log while updating curr poll state

Remove the rate limitted error log when unexpected client
received on update current poll state.

Change-Id: I60123b88fa43655e107ea238c5cc2d958d9ffe65
Signed-off-by: Michael Adisumarta <[email protected]>
Michael Adisumarta il y a 4 ans
Parent
commit
a756f7894a
1 fichiers modifiés avec 0 ajouts et 9 suppressions
  1. 0 9
      drivers/platform/msm/ipa/ipa_v3/ipa_dp.c

+ 0 - 9
drivers/platform/msm/ipa/ipa_v3/ipa_dp.c

@@ -952,16 +952,7 @@ void __ipa3_update_curr_poll_state(enum ipa_client_type client, int state)
 		case IPA_CLIENT_APPS_WAN_CONS:
 			ep_idx = ipa3_get_ep_mapping(IPA_CLIENT_APPS_WAN_COAL_CONS);
 			break;
-		case IPA_CLIENT_APPS_LAN_CONS:
-		case IPA_CLIENT_APPS_WAN_PROD:
-		case IPA_CLIENT_APPS_LAN_PROD:
-		case IPA_CLIENT_APPS_WAN_LOW_LAT_CONS:
-		case IPA_CLIENT_APPS_WAN_LOW_LAT_DATA_PROD:
-		case IPA_CLIENT_APPS_WAN_LOW_LAT_DATA_CONS:
-			/* for error handling */
-			break;
 		default:
-			IPAERR_RL("unexpected client:%d\n", client);
 			break;
 	}