On Tuesday 02 March 2010 02:09:12 pm Chase Douglas wrote: > - printk("%sACPI: %s resource %s [0x%llx-0x%llx]" > + printk(KERN_INFO "ACPI: %s resource %s [0x%llx-0x%llx]" > " conflicts with ACPI region %s" > " [0x%llx-0x%llx]\n", > - acpi_enforce_resources == ENFORCE_RESOURCES_LAX > - ? KERN_WARNING : KERN_ERR, > ioport ? "I/O" : "Memory", res->name, > (long long) res->start, (long long) res->end, > res_list_elem->name, Since you're touching this anyway, can you convert this to use %pR? Bjorn -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html