Revert "msm: ipa3: debug change"

This reverts commit e96c9f91de

Change-Id: I6b48e5186fdf5bfd4d7d22761e7891b951c38908
This commit is contained in:
Raghavendar rao l
2022-05-22 22:09:02 -07:00
bovenliggende 2a7102637f
commit 441253fedb

Bestand weergeven

@@ -10150,10 +10150,6 @@ static int get_ipa_dts_configuration(struct platform_device *pdev,
IPAERR(":get resource failed for ipa-hw-ver\n");
return -ENODEV;
}
if(ipa_drv_res->ipa_hw_type == 24) {
ipa_drv_res->ipa_hw_type = IPA_HW_v5_5;
}
IPADBG(": ipa_hw_type = %d", ipa_drv_res->ipa_hw_type);
if (ipa_drv_res->ipa_hw_type < IPA_HW_v3_0) {
@@ -11478,10 +11474,6 @@ int ipa3_plat_drv_probe(struct platform_device *pdev_p)
pr_debug("ipa: ipa_hw_type = %d\n", ipa3_ctx->ipa_hw_type);
}
if (ipa3_ctx->ipa_hw_type == 24) {
ipa3_ctx->ipa_hw_type = IPA_HW_v5_5;
}
if (ipa3_ctx->ipa_hw_type < IPA_HW_v3_0) {
pr_err(":IPA version below 3.0 not supported\n");
return -ENODEV;