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

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

Merge "regulator: mem-acc: Fix possible memory leak"

parents 9bf11eae c2d74937
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2016, 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
@@ -754,6 +754,7 @@ static int mem_acc_reg_addr_val_dump(struct mem_acc_regulator *mem_acc_vreg,
		pr_debug("%s\n", buf);
	}

	kfree(buf);
	return 0;
}