Loading drivers/platform/msm/ipa/ipa_dp.c +6 −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 @@ -1269,6 +1269,11 @@ int ipa_tx_dp(enum ipa_client_type dst, struct sk_buff *skb, memset(desc, 0, 2 * sizeof(struct ipa_desc)); if (skb->len == 0) { IPAERR("packet size is 0\n"); return -EINVAL; } /* * USB_CONS: PKT_INIT ep_idx = dst pipe * Q6_CONS: PKT_INIT ep_idx = sender pipe Loading Loading
drivers/platform/msm/ipa/ipa_dp.c +6 −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 @@ -1269,6 +1269,11 @@ int ipa_tx_dp(enum ipa_client_type dst, struct sk_buff *skb, memset(desc, 0, 2 * sizeof(struct ipa_desc)); if (skb->len == 0) { IPAERR("packet size is 0\n"); return -EINVAL; } /* * USB_CONS: PKT_INIT ep_idx = dst pipe * Q6_CONS: PKT_INIT ep_idx = sender pipe Loading