Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}