On Thu, Jul 21, 2011 at 02:23:05PM +0200, Stefan Tauner wrote:
Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at
Acked-by: Uwe Hermann uwe@hermann-uwe.de
msg_pinfo("Found chipset \"%s %s\"",
chipset_enables[i].vendor_name,
chipset_enables[i].device_name);
msg_pdbg("with PCI ID %04x:%04x", chipset_enables[i].vendor_id, chipset_enables[i].device_id);
I'd print the IDs unconditionally, not only with -V, but that's for another patch.
Uwe.