[PATCH] PCI: direct.c: DBG

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

Signed-off-by: Daniel Marjam�ki <daniel.marjamaki@comhem.se>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Daniel Marjam�ki and committed by Linus Torvalds cac1a293 f366633f

+1 -1
+1 -1
arch/i386/pci/direct.c
··· 201 201 return 1; 202 202 } 203 203 204 - DBG("PCI: Sanity check failed\n"); 204 + DBG(KERN_WARNING "PCI: Sanity check failed\n"); 205 205 return 0; 206 206 } 207 207