Subject: Re: Disable pci_addr_fixup printf
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Christopher SEKIYA <wileyc@rezrov.net>
List: port-sgimips
Date: 12/11/2005 08:40:37
On Sat, Dec 10, 2005 at 04:18:37PM +0900, Izumi Tsutsui wrote:

> Now most PCI devices on O2 work properly, so is it okay to disable
> printfs for pci_addr_fixup info, which might confuse some users?

These bits might conceivably have debug value; how about replacing the printf()
with aprint_debug()?

-- Chris