2008-06-13 16:53:41

by Bjorn Helgaas

[permalink] [raw]
Subject: [patch 0/5] dev_printk() conversions

These convert some printks to dev_printks. They are completely
independent of each other; I'm just posting them together because
it probably makes sense to review them together.

It'd be nice if a PCI person looked at pci_request_region(). To
me, it looks like it prints the wrong BAR number (it prints "bar + 1").

Bjorn
--


2008-06-25 23:07:40

by Jesse Barnes

[permalink] [raw]
Subject: Re: [patch 0/5] dev_printk() conversions

On Friday, June 13, 2008 9:52 am Bjorn Helgaas wrote:
> These convert some printks to dev_printks. They are completely
> independent of each other; I'm just posting them together because
> it probably makes sense to review them together.
>
> It'd be nice if a PCI person looked at pci_request_region(). To
> me, it looks like it prints the wrong BAR number (it prints "bar + 1").

Thanks Bjorn, I applied 2-4 to my linux-next tree. The x86 bits didn't apply
for me, probably because my tree is slightly out of date, but those changes
can come through Ingo & co.

Jesse