aboutsummaryrefslogtreecommitdiffstats
path: root/mm/cma.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/cma.c')
-rw-r--r--mm/cma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/cma.c b/mm/cma.c
index bd0e1412475e..384c2cb51b56 100644
--- a/mm/cma.c
+++ b/mm/cma.c
@@ -336,7 +336,7 @@ int __init cma_declare_contiguous(phys_addr_t base,
336 * kmemleak scans/reads tracked objects for pointers to other 336 * kmemleak scans/reads tracked objects for pointers to other
337 * objects but this address isn't mapped and accessible 337 * objects but this address isn't mapped and accessible
338 */ 338 */
339 kmemleak_ignore(phys_to_virt(addr)); 339 kmemleak_ignore_phys(addr);
340 base = addr; 340 base = addr;
341 } 341 }
342 342