The patch titled PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is enabled has been added to the -mm tree. Its filename is pnp-use-dev_info-dev_err-etc-in-core-fix-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is enabled From: Bjorn Helgaas <bjorn.helgaas@xxxxxx> We now use dev_dbg(), which is enabled when DEBUG is defined. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 bjorn.helgaas@xxxxxx are serial-keep-the-dtr-setting-for-serial-console.patch move-free-pages-between-lists-on-steal.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.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 - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html