Loading drivers/platform/msm/ipa/ipa_v3/ipa_nat.c +1 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,7 @@ static int ipa3_nat_ipv6ct_allocate_mem(struct ipa3_nat_ipv6ct_common_mem *dev, if (dev->is_mem_allocated) { IPAERR("Memory already allocated\n"); result = 0; result = -EPERM; goto bail; } Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_nat.c +1 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,7 @@ static int ipa3_nat_ipv6ct_allocate_mem(struct ipa3_nat_ipv6ct_common_mem *dev, if (dev->is_mem_allocated) { IPAERR("Memory already allocated\n"); result = 0; result = -EPERM; goto bail; } Loading