commit | eecd52061a50325db02d2396bfd455b306a04f34 | [log] [tgz] |
---|---|---|
author | Anshuman Dani <adani@codeaurora.org> | Fri Feb 17 19:52:49 2012 +0530 |
committer | Anshuman Dani <adani@codeaurora.org> | Wed Mar 14 14:35:52 2012 +0530 |
tree | 43f329ebffec7199874c169f9e8208dcea466668 | |
parent | ab143f33d67607f6886a037b411521d974d8325e [diff] |
msm: kgsl: Make sure kmemleak tool does not report incorrect mem leak. Certain memory allocations are not properly tracked by kmemleak tool, which makes it to incorrectly detect memory leak. Notify the tool by using kmemleak_not_leak() to ignore the memory allocation so that incorrect leaks report are avoided. Change-Id: Id3beea7d99aedc10d9d8d74e5dad384e03abf4f2 CRs-Fixed: 334294 Signed-off-by: Anshuman Dani <adani@codeaurora.org>