Commit cac1a293 authored by Daniel Marjamäki's avatar Daniel Marjamäki Committed by Linus Torvalds

[PATCH] PCI: direct.c: DBG

The DBG() call where updated with the appropriate KERN_* symbol.
Signed-off-by: default avatarDaniel Marjamki <daniel.marjamaki@comhem.se>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f366633f
......@@ -201,7 +201,7 @@ static int __init pci_sanity_check(struct pci_raw_ops *o)
return 1;
}
DBG("PCI: Sanity check failed\n");
DBG(KERN_WARNING "PCI: Sanity check failed\n");
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment