Loading drivers/platform/msm/ipa/ipa_v2/ipa_client.c +3 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -407,7 +407,8 @@ int ipa2_connect(const struct ipa_connect_params *in, } if ((ipa_ctx->ipa_hw_type == IPA_HW_v2_0 || ipa_ctx->ipa_hw_type == IPA_HW_v2_5) && ipa_ctx->ipa_hw_type == IPA_HW_v2_5 || ipa_ctx->ipa_hw_type == IPA_HW_v2_6L) && IPA_CLIENT_IS_USB_CONS(in->client)) ep->connect.event_thresh = IPA_USB_EVENT_THRESHOLD; else Loading Loading
drivers/platform/msm/ipa/ipa_v2/ipa_client.c +3 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -407,7 +407,8 @@ int ipa2_connect(const struct ipa_connect_params *in, } if ((ipa_ctx->ipa_hw_type == IPA_HW_v2_0 || ipa_ctx->ipa_hw_type == IPA_HW_v2_5) && ipa_ctx->ipa_hw_type == IPA_HW_v2_5 || ipa_ctx->ipa_hw_type == IPA_HW_v2_6L) && IPA_CLIENT_IS_USB_CONS(in->client)) ep->connect.event_thresh = IPA_USB_EVENT_THRESHOLD; else Loading