The patch titled drivers/scsi/dpt_i2o.c: remove dead code has been added to the -mm tree. Its filename is drivers-scsi-dpt_i2oc-remove-dead-code.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: drivers/scsi/dpt_i2o.c: remove dead code From: Adrian Bunk <bunk@xxxxxxxxx> The Coverity checker spotted this dead code introduced by commit a07f353701acae77e023f6270e8af353b37af7c4. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/dpt_i2o.c | 2 -- 1 files changed, 2 deletions(-) diff -puN drivers/scsi/dpt_i2o.c~drivers-scsi-dpt_i2oc-remove-dead-code drivers/scsi/dpt_i2o.c --- a/drivers/scsi/dpt_i2o.c~drivers-scsi-dpt_i2oc-remove-dead-code +++ a/drivers/scsi/dpt_i2o.c @@ -195,8 +195,6 @@ static int adpt_detect(struct scsi_host_ pci_dev_get(pDev); } } - if (pDev) - pci_dev_put(pDev); /* In INIT state, Activate IOPs */ for (pHba = hba_chain; pHba; pHba = pHba->next) { _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch w1-kconfig-fix.patch ata-must-depend-on-block.patch git-mtd.patch git-pcmcia.patch drivers-net-pcmcia-xirc2ps_csc-remove-unused-label.patch drivers-scsi-aic7xxx-possible-cleanups.patch drivers-scsi-small-cleanups.patch drivers-scsi-qla2xxx-make-some-functions-static.patch drivers-scsi-aic7xxx-aic79xx_corec-make-ahd_match_scb-static.patch drivers-scsi-advansysc-cleanups.patch make-drivers-scsi-aic7xxx-aic79xx_coreahd_set_tags-static.patch megaraid-fix-warnings-when-config_proc_fs=n.patch drivers-usb-misc-ftdi-elanc-remove-dead-code.patch drivers-scsi-dpt_i2oc-remove-dead-code.patch drivers-usb-serial-mos7840c-remove-dead-code.patch drivers-usb-serial-mos7840c-fix-a-check-after-dereference.patch drivers-infiniband-hw-amso1100-c2_rnicc-fix-a-null-dereference.patch acx1xx-wireless-driver.patch drivers-edac-make-code-static.patch ht_irq-must-depend-on-pci.patch fs-reiser4-possible-cleanups.patch reiser4-possible-cleanups-2.patch slab-cache-shrinker-statistics.patch debug-shared-irqs-kconfig-fix.patch i386-enable-4k-stacks-by-default.patch mutex-subsystem-synchro-test-module.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