瀏覽代碼

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 4 年之前
父節點
當前提交
a756f7894a
共有 1 個文件被更改,包括 0 次插入9 次删除
  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;
 	}