From: Larry Finger Date: Sat, 3 Sep 2011 19:14:23 +0000 (+0800) Subject: staging: r8712u: Tracking kmemleak false positives. X-Git-Tag: v3.2-rc1~169^2^2~594 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d3da4a20a271e3cf5496a50cbb8118aa019374f;p=pandora-kernel.git staging: r8712u: Tracking kmemleak false positives. The frame buffers allocated in _r8712_init_recv_priv() are not tracked by kmemleak, but they are freed when the driver is unloaded. To help find any real leaks, these false positives are annotated for kmemleak. Signed-off-by: Larry Finger Signed-off-by: Ali Bahar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed