Browse Source

[PATCH] ide: pdc202xx_old.c: remove unneeded tuneproc() call

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@hotmail.com>
Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Tobias Oed 19 years ago
parent
commit
b5cdccf841
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/ide/pci/pdc202xx_old.c

+ 0 - 1
drivers/ide/pci/pdc202xx_old.c

@@ -370,7 +370,6 @@ chipset_is_set:
 	if (!(speed)) {
 	if (!(speed)) {
 		/* restore original pci-config space */
 		/* restore original pci-config space */
 		pci_write_config_dword(dev, drive_pci, drive_conf);
 		pci_write_config_dword(dev, drive_pci, drive_conf);
-		hwif->tuneproc(drive, 5);
 		return 0;
 		return 0;
 	}
 	}