diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-23 13:20:36 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-23 13:20:36 -0400 |
| commit | 765426e8ee4c0ab2bc9d44951f4865b8494cdbd0 (patch) | |
| tree | 2b46ab8953eff175c8d3474a9754c1ab1394e4de /drivers/pnp/support.c | |
| parent | 36ec891895020f3bc9953c8b11d079c6d77d76bd (diff) | |
| parent | 898b054f3eec5921320ae8614b5bdd7b07ea5b43 (diff) | |
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: (123 commits)
dock: make dock driver not a module
ACPI: fix ia64 build warning
ACPI: hack around sysfs warning with link order
ACPI suspend: fix build warning when CONFIG_ACPI_SLEEP=n
intel_menlo: fix build warning
panasonic-laptop: fix build
ACPICA: Update version to 20080926
ACPICA: Add support for zero-length buffer-to-string conversions
ACPICA: New: Validation for predefined ACPI methods/objects
ACPICA: Fix for implicit return compatibility
ACPICA: Fixed a couple memory leaks associated with "implicit return"
ACPICA: Optimize buffer allocation procedure
ACPICA: Fix possible memory leak, error exit path
ACPICA: Fix fault after mem allocation failure in AML parser
ACPICA: Remove unused ACPI register bit definition
ACPICA: Update version to 20080829
ACPICA: Fix possible memory leak in acpi_ns_get_external_pathname
ACPICA: Cleanup for internal Reference Object
ACPICA: Update comments - no functional changes
ACPICA: Update for Reference ACPI_OPERAND_OBJECT
...
Diffstat (limited to 'drivers/pnp/support.c')
| -rw-r--r-- | drivers/pnp/support.c | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/drivers/pnp/support.c b/drivers/pnp/support.c index b42df162071..63087d5ce60 100644 --- a/drivers/pnp/support.c +++ b/drivers/pnp/support.c | |||
| @@ -75,18 +75,17 @@ char *pnp_resource_type_name(struct resource *res) | |||
| 75 | 75 | ||
| 76 | void dbg_pnp_show_resources(struct pnp_dev *dev, char *desc) | 76 | void dbg_pnp_show_resources(struct pnp_dev *dev, char *desc) |
| 77 | { | 77 | { |
| 78 | #ifdef DEBUG | ||
| 79 | char buf[128]; | 78 | char buf[128]; |
| 80 | int len; | 79 | int len; |
| 81 | struct pnp_resource *pnp_res; | 80 | struct pnp_resource *pnp_res; |
| 82 | struct resource *res; | 81 | struct resource *res; |
| 83 | 82 | ||
| 84 | if (list_empty(&dev->resources)) { | 83 | if (list_empty(&dev->resources)) { |
| 85 | dev_dbg(&dev->dev, "%s: no current resources\n", desc); | 84 | pnp_dbg(&dev->dev, "%s: no current resources\n", desc); |
| 86 | return; | 85 | return; |
| 87 | } | 86 | } |
| 88 | 87 | ||
| 89 | dev_dbg(&dev->dev, "%s: current resources:\n", desc); | 88 | pnp_dbg(&dev->dev, "%s: current resources:\n", desc); |
| 90 | list_for_each_entry(pnp_res, &dev->resources, list) { | 89 | list_for_each_entry(pnp_res, &dev->resources, list) { |
| 91 | res = &pnp_res->res; | 90 | res = &pnp_res->res; |
| 92 | len = 0; | 91 | len = 0; |
| @@ -95,7 +94,7 @@ void dbg_pnp_show_resources(struct pnp_dev *dev, char *desc) | |||
| 95 | pnp_resource_type_name(res)); | 94 | pnp_resource_type_name(res)); |
| 96 | 95 | ||
| 97 | if (res->flags & IORESOURCE_DISABLED) { | 96 | if (res->flags & IORESOURCE_DISABLED) { |
| 98 | dev_dbg(&dev->dev, "%sdisabled\n", buf); | 97 | pnp_dbg(&dev->dev, "%sdisabled\n", buf); |
| 99 | continue; | 98 | continue; |
| 100 | } | 99 | } |
| 101 | 100 | ||
| @@ -116,9 +115,8 @@ void dbg_pnp_show_resources(struct pnp_dev *dev, char *desc) | |||
| 116 | res->flags); | 115 | res->flags); |
| 117 | break; | 116 | break; |
| 118 | } | 117 | } |
| 119 | dev_dbg(&dev->dev, "%s\n", buf); | 118 | pnp_dbg(&dev->dev, "%s\n", buf); |
| 120 | } | 119 | } |
| 121 | #endif | ||
| 122 | } | 120 | } |
| 123 | 121 | ||
| 124 | char *pnp_option_priority_name(struct pnp_option *option) | 122 | char *pnp_option_priority_name(struct pnp_option *option) |
| @@ -136,7 +134,6 @@ char *pnp_option_priority_name(struct pnp_option *option) | |||
| 136 | 134 | ||
| 137 | void dbg_pnp_show_option(struct pnp_dev *dev, struct pnp_option *option) | 135 | void dbg_pnp_show_option(struct pnp_dev *dev, struct pnp_option *option) |
| 138 | { | 136 | { |
| 139 | #ifdef DEBUG | ||
| 140 | char buf[128]; | 137 | char buf[128]; |
| 141 | int len = 0, i; | 138 | int len = 0, i; |
| 142 | struct pnp_port *port; | 139 | struct pnp_port *port; |
| @@ -208,6 +205,5 @@ void dbg_pnp_show_option(struct pnp_dev *dev, struct pnp_option *option) | |||
| 208 | "flags %#x", dma->map, dma->flags); | 205 | "flags %#x", dma->map, dma->flags); |
| 209 | break; | 206 | break; |
| 210 | } | 207 | } |
| 211 | dev_dbg(&dev->dev, "%s\n", buf); | 208 | pnp_dbg(&dev->dev, "%s\n", buf); |
| 212 | #endif | ||
| 213 | } | 209 | } |
