The patch titled
     PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is enabled
has been removed from the -mm tree.  Its filename was
     pnp-use-dev_info-dev_err-etc-in-core-fix-fix.patch

This patch was dropped because it was folded into 
pnp-use-dev_info-dev_err-etc-in-core.patch

------------------------------------------------------
Subject: PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is enabled
From: Bjorn Helgaas <[EMAIL PROTECTED]>

We now use dev_dbg(), which is enabled when DEBUG is defined.

Signed-off-by: Bjorn Helgaas <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---


diff -puN drivers/pnp/Makefile~pnp-use-dev_info-dev_err-etc-in-core-fix-fix 
drivers/pnp/Makefile
--- a/drivers/pnp/Makefile~pnp-use-dev_info-dev_err-etc-in-core-fix-fix
+++ a/drivers/pnp/Makefile
@@ -7,3 +7,7 @@ obj-y           := core.o card.o driver.o resourc
 obj-$(CONFIG_PNPACPI)          += pnpacpi/
 obj-$(CONFIG_PNPBIOS)          += pnpbios/
 obj-$(CONFIG_ISAPNP)           += isapnp/
+
+ifeq ($(CONFIG_PNP_DEBUG),y)
+EXTRA_CFLAGS += -DDEBUG
+endif
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
convert-ill-defined-log2-to-ilog2.patch
tpm_tis-fix-interrupt-probing.patch
pnp-make-pnpacpi_suspend-handle-errors.patch
pnp-dont-fail-device-init-if-no-dma-channel.patch
fix-very-high-interrupt-rate-for-irq8-rtc-unless-pnpacpi=off.patch
pnp-remove-null-pointer-checks.patch
pnp-simplify-pnp-card-error-handling.patch
pnp-use-dev_info-dev_err-etc-in-core.patch
pnp-use-dev_info-dev_err-etc-in-core-fix-fix.patch
pnp-use-dev_info-in-system-driver.patch
pnp-simplify-pnpbios-insert_device.patch
pnp-add-debug-message-for-adding-new-device.patch
pnp-add-debug-message-for-adding-new-device-fix.patch
pnp-add-debug-message-for-adding-new-device-fix-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to