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