projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f366633
)
[PATCH] PCI: direct.c: DBG
author
Daniel Marjamäki
<daniel.marjamaki@comhem.se>
Wed, 23 Nov 2005 23:45:09 +0000
(15:45 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 24 Nov 2005 07:04:27 +0000
(23:04 -0800)
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>
arch/i386/pci/direct.c
patch
|
blob
|
history
diff --git
a/arch/i386/pci/direct.c
b/arch/i386/pci/direct.c
index 30b7e9b4f6a20368b27253a1cfb2db5edac50b7f..94331d6be7a366199bb321b192549f3c7d305022 100644
(file)
--- a/
arch/i386/pci/direct.c
+++ b/
arch/i386/pci/direct.c
@@
-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;
}