Loading drivers/platform/msm/ipa/ipa_client.c +8 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2015, 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 @@ -194,6 +194,7 @@ int ipa_connect(const struct ipa_connect_params *in, struct ipa_sps_params *sps, int ipa_ep_idx; int result = -EFAULT; struct ipa_ep_context *ep; struct ipa_ep_cfg_status ep_status; IPADBG("connecting client\n"); Loading Loading @@ -239,6 +240,12 @@ int ipa_connect(const struct ipa_connect_params *in, struct ipa_sps_params *sps, IPAERR("fail to configure EP.\n"); goto ipa_cfg_ep_fail; } /* Setting EP status 0 */ memset(&ep_status, 0, sizeof(ep_status)); if (ipa_cfg_ep_status(ipa_ep_idx, &ep_status)) { IPAERR("fail to configure status of EP.\n"); goto ipa_cfg_ep_fail; } IPADBG("ep configuration successful\n"); } else { IPADBG("Skipping endpoint configuration.\n"); Loading Loading
drivers/platform/msm/ipa/ipa_client.c +8 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2015, 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 @@ -194,6 +194,7 @@ int ipa_connect(const struct ipa_connect_params *in, struct ipa_sps_params *sps, int ipa_ep_idx; int result = -EFAULT; struct ipa_ep_context *ep; struct ipa_ep_cfg_status ep_status; IPADBG("connecting client\n"); Loading Loading @@ -239,6 +240,12 @@ int ipa_connect(const struct ipa_connect_params *in, struct ipa_sps_params *sps, IPAERR("fail to configure EP.\n"); goto ipa_cfg_ep_fail; } /* Setting EP status 0 */ memset(&ep_status, 0, sizeof(ep_status)); if (ipa_cfg_ep_status(ipa_ep_idx, &ep_status)) { IPAERR("fail to configure status of EP.\n"); goto ipa_cfg_ep_fail; } IPADBG("ep configuration successful\n"); } else { IPADBG("Skipping endpoint configuration.\n"); Loading