diff options
| author | Daniel Marjamäki <daniel.marjamaki@comhem.se> | 2005-11-23 18:45:09 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-24 02:04:27 -0500 |
| commit | cac1a293469a868fab1ecc2dc1b6441728f7e0e7 (patch) | |
| tree | 492edaf8192a9c6ca048d3af5bc4b4c3375c2664 /arch/i386/pci | |
| parent | f366633fc31db1668b4c261e94816d7304ae9810 (diff) | |
[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>
Diffstat (limited to 'arch/i386/pci')
| -rw-r--r-- | arch/i386/pci/direct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/pci/direct.c b/arch/i386/pci/direct.c index 30b7e9b4f6a2..94331d6be7a3 100644 --- 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) | |||
| 201 | return 1; | 201 | return 1; |
| 202 | } | 202 | } |
| 203 | 203 | ||
| 204 | DBG("PCI: Sanity check failed\n"); | 204 | DBG(KERN_WARNING "PCI: Sanity check failed\n"); |
| 205 | return 0; | 205 | return 0; |
| 206 | } | 206 | } |
| 207 | 207 | ||
