Skip to content

Commit

Permalink
[PATCH] PCI: direct.c: DBG
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Marjamäki authored and Linus Torvalds committed Nov 24, 2005
1 parent f366633 commit cac1a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/pci/direct.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit cac1a29

Please sign in to comment.