Loading
msm: ultrasound: ignore kmemleak false detection
The kmemleak tool detects a false memory leak, beacuse a
memory allocation result is assigned to a non-aligned
pointer. When kmemleak scans the memory for references
to this allocated block, it does not find any.
The fix adds a kmemleak call to explicity ignore this
allocation.
Change-Id: I0ebba2ff0a37485d649b195672f39e3138c36ec2
Signed-off-by:
Lior Barenboim <liorb@codeaurora.org>