Skip to content

Commit

Permalink
kmsan: remove pr_err
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosian-glider committed Jan 4, 2019
1 parent b093fc7 commit 11587f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/kmsan/kmsan_init.c
Expand Up @@ -46,7 +46,6 @@ void __init kmsan_alloc_meta_for_range(u64 start, u64 end)
{
u64 addr;
struct page *page;
pr_err("kmsan_alloc_meta_for_range(%px, %px)\n", start, end);
start = ALIGN_DOWN(start, PAGE_SIZE);
u64 size = ALIGN(end - start, PAGE_SIZE);
void *shadow, *origin;
Expand Down

0 comments on commit 11587f6

Please sign in to comment.