The patch titled ide: pdc202xx_old.c: remove unneeded tuneproc() call has been added to the -mm tree. Its filename is ide-pdc202xx_oldc-remove-unneeded-tuneproc-call.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this 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> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ide/pci/pdc202xx_old.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/ide/pci/pdc202xx_old.c~ide-pdc202xx_oldc-remove-unneeded-tuneproc-call drivers/ide/pci/pdc202xx_old.c --- devel/drivers/ide/pci/pdc202xx_old.c~ide-pdc202xx_oldc-remove-unneeded-tuneproc-call 2006-04-18 22:33:19.000000000 -0700 +++ devel-akpm/drivers/ide/pci/pdc202xx_old.c 2006-04-18 22:33:19.000000000 -0700 @@ -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 ide-pdc202xx_oldc-remove-unneeded-tuneproc-call.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