Re: [patch] ioremap sanity check to catch mapping requestsexceeding the BAR sizes

From: Ingo Molnar
Date: Fri Sep 26 2008 - 04:13:06 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

> > + printk(KERN_WARNING "resource map sanity check conflict "
> > + " 0x%llx 0x%llx 0x%llx 0x%llx %s\n",
> > + addr, addr + size - 1, p->start, p->end, p->name);

needed two build fixes (and the printk type checking annoyances keep
littering the tree):