dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/pnp
Bjorn Helgaas 2663f60d43 PNP: remove some uses of DEBUG ifdef
Use scnprintf() to build up a buffer of PNP IDs to print.  This
makes the printk atomic and helps get rid of an #ifdef.

Also remove an "#ifdef DEBUG" from some debug functions.  The
functions only produce debug output, so it's OK to run the
function and just have the output be dropped at the end.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2008-10-10 23:31:49 -04:00
..
isapnp PNP: convert resource options to single linked list 2008-07-16 23:27:07 +02:00
pnpacpi PNP: convert the last few pnp_info() uses to printk() 2008-10-10 23:27:18 -04:00
pnpbios PNP: convert resource options to single linked list 2008-07-16 23:27:07 +02:00
Kconfig Use menuconfig objects: PNP 2007-07-16 09:05:40 -07:00
Makefile PNP: use dev_info(), dev_err(), etc in core 2007-10-17 08:43:04 -07:00
base.h make pnp_add_card_id() static 2008-07-26 12:00:11 -07:00
card.c make pnp_add_card_id() static 2008-07-26 12:00:11 -07:00
core.c PNP: remove some uses of DEBUG ifdef 2008-10-10 23:31:49 -04:00
driver.c PNP: convert the last few pnp_info() uses to printk() 2008-10-10 23:27:18 -04:00
interface.c PNP: convert resource options to single linked list 2008-07-16 23:27:07 +02:00
manager.c PNP: convert resource options to single linked list 2008-07-16 23:27:07 +02:00
quirks.c PNP: use new vsprintf symbolic function pointer format 2008-10-10 23:28:16 -04:00
resource.c PNP: fix debug formatting (cosmetic) 2008-10-10 23:23:48 -04:00
support.c PNP: remove some uses of DEBUG ifdef 2008-10-10 23:31:49 -04:00
system.c PNP: replace pnp_resource_table with dynamically allocated resources 2008-07-16 23:27:05 +02:00