Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86cf02f8 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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 1ebcc654),
but there was another one he missed.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 064922a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -387,7 +387,7 @@ int reserve_memtype(u64 start, u64 end, unsigned long req_type,
				break;
			}

			printk(KERN_INFO "Overlap at 0x%Lx-0x%Lx\n",
			pr_debug(KERN_INFO "Overlap at 0x%Lx-0x%Lx\n",
				 saved_ptr->start, saved_ptr->end);
			/* No conflict. Go ahead and add this new entry */
			list_add(&new_entry->nd, &saved_ptr->nd);