[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B58B515.2050809@kernel.org>
Date: Thu, 21 Jan 2010 12:12:05 -0800
From: Yinghai Lu <yinghai@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: Ingo Molnar <mingo@...e.hu>, Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Jesse Barnes <jbarnes@...tuousgeek.org>,
Christoph Lameter <cl@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org
Subject: Re: [PATCH 05/36] x86/pci: enable pci root res read out for 32bit
too
On 01/21/2010 07:54 AM, Linus Torvalds wrote:
>
>
> On Wed, 20 Jan 2010, Yinghai Lu wrote:
>>
>> printk(KERN_DEBUG "bus: %02x index %x %s: [%llx, %llx]\n",
>> busnum, j,
>> (res->flags & IORESOURCE_IO)?"io port":"mmio",
>> - res->start, res->end);
>> + (u64)res->start, (u64)res->end);
>
> When fixing these kinds of things, please just make it use '%pR' instead.
>
> A simple
>
> printk(KERN_DEBUG "bus: %02x index %x %pR\n", busnum, j, res);
>
> should do the right thing, printing the resource with nice human-readable
> flags. Including things like 64-bit/prefetching information for memory
> resources etc that the current manual resource printout doesn't do.
ok.
YH
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists