The patch titled ide: pdc202xx_old.c: remove unneeded tuneproc() call has been removed from the -mm tree. Its filename is ide-pdc202xx_oldc-remove-unneeded-tuneproc-call.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ide: pdc202xx_old.c: remove unneeded tuneproc() call From: "Tobias Oed" <tobiasoed@xxxxxxxxxxx> Remove a call to hwif->tuneproc() on the error path of config_chipset_for_dma(), as its single caller (pdc202xx_config_drive_xfer_rate()) will do the call in that case. Signed-off-by: Tobias Oed <tobiasoed@xxxxxxxxxxx> Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@xxxxxxxxxxxxxx> Acked-by: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ide/pci/pdc202xx_old.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/ide/pci/pdc202xx_old.c~ide-pdc202xx_oldc-remove-unneeded-tuneproc-call drivers/ide/pci/pdc202xx_old.c --- a/drivers/ide/pci/pdc202xx_old.c~ide-pdc202xx_oldc-remove-unneeded-tuneproc-call +++ a/drivers/ide/pci/pdc202xx_old.c @@ -370,7 +370,6 @@ chipset_is_set: if (!(speed)) { /* restore original pci-config space */ pci_write_config_dword(dev, drive_pci, drive_conf); - hwif->tuneproc(drive, 5); return 0; } _ Patches currently in -mm which might be from tobiasoed@xxxxxxxxxxx are origin.patch enable-cdrom-dma-access-with-pdc20265_old.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