[patch 13/22] PCI: direct.c: DBG

From: Greg Kroah-Hartman
Date: Wed Nov 23 2005 - 18:47:38 EST


From: Daniel Marjamäki <daniel.marjamaki@xxxxxxxxx>


The DBG() call where updated with the appropriate KERN_* symbol.

Signed-off-by: Daniel Marjamäki <daniel.marjamaki@xxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
arch/i386/pci/direct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- usb-2.6.orig/arch/i386/pci/direct.c
+++ usb-2.6/arch/i386/pci/direct.c
@@ -201,7 +201,7 @@ static int __init pci_sanity_check(struc
return 1;
}

- DBG("PCI: Sanity check failed\n");
+ DBG(KERN_WARNING "PCI: Sanity check failed\n");
return 0;
}


--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/