The patch titled PNP: add debug message for adding new device (fix unused var) has been added to the -mm tree. Its filename is pnp-add-debug-message-for-adding-new-device-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: add debug message for adding new device (fix unused var) From: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Signed-off-by: Bjorn Helgaas <bjorn.helgaas@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- diff -puN drivers/pnp/core.c~pnp-add-debug-message-for-adding-new-device-fix drivers/pnp/core.c --- a/drivers/pnp/core.c~pnp-add-debug-message-for-adding-new-device-fix +++ a/drivers/pnp/core.c @@ -141,7 +141,9 @@ int __pnp_add_device(struct pnp_dev *dev int pnp_add_device(struct pnp_dev *dev) { int ret; +#ifdef CONFIG_PNP_DEBUG struct pnp_id *id; +#endif if (dev->card) return -EINVAL; _ 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 pnp-add-debug-message-for-adding-new-device-fix.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