Commit 86cf02f8eaea1b09e102e0f432fc137dc5cf4407

Authored by Linus Torvalds
1 parent 064922a805

x86 PAT: tone down debugging messages some more

Ingo already fixed one of these at my request (in "x86 PAT: tone down
debugging messages", commit 1ebcc654f010d4a63f3ebf8ddd2cab5a709b1824),
but there was another one he missed.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -387,8 +387,8 @@
387 387 break;
388 388 }
389 389  
390   - printk(KERN_INFO "Overlap at 0x%Lx-0x%Lx\n",
391   - saved_ptr->start, saved_ptr->end);
  390 + pr_debug(KERN_INFO "Overlap at 0x%Lx-0x%Lx\n",
  391 + saved_ptr->start, saved_ptr->end);
392 392 /* No conflict. Go ahead and add this new entry */
393 393 list_add(&new_entry->nd, &saved_ptr->nd);
394 394 new_entry = NULL;