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

Commit 59053b62 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss_prealloc: pre-alloc memory leak check on probe failure and remove" into msm-4.9

parents 574c0d38 296bf927
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
/* Copyright (c) 2012,2014-2016 The Linux Foundation. All rights reserved.
/* Copyright (c) 2012,2014-2017 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
@@ -207,6 +207,8 @@ void wcnss_prealloc_check_memory_leak(void)
		print_stack_trace(&wcnss_allocs[i].trace, 1);
	}
}
#else
void wcnss_prealloc_check_memory_leak(void) {}
#endif

int wcnss_pre_alloc_reset(void)