Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e544c896 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm:ipa4: Fix to return error if nat table memory already allocated"

parents 10ba934c 403d2bd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}