The patch titled PNP: add debug message for adding new device (fix unused var) has been removed from the -mm tree. Its filename was pnp-add-debug-message-for-adding-new-device-fix.patch This patch was dropped because it was folded into pnp-add-debug-message-for-adding-new-device.patch ------------------------------------------------------ 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 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-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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html