Subject: Re: Disable pci_addr_fixup printf
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Martin Husemann <martin@duskware.de>
List: port-sgimips
Date: 12/11/2005 04:12:17
On Sun, Dec 11, 2005 at 11:40:06AM +0900, Izumi Tsutsui wrote:
> Hmm, how should we fix pciaddr_print_devid()?
> It will be called both on verbose case and error case.

Only call it in case aprint_debug would print something too?

	if (boothowto & AB_DEBUG)
		pciaddr_print_devid(...);


Martin