forked from luck/tmp_suning_uos_patched
[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>
This commit is contained in:
parent
cf2dfbfbf4
commit
b5cdccf841
@ -370,7 +370,6 @@ static int config_chipset_for_dma (ide_drive_t *drive)
|
||||
if (!(speed)) {
|
||||
/* restore original pci-config space */
|
||||
pci_write_config_dword(dev, drive_pci, drive_conf);
|
||||
hwif->tuneproc(drive, 5);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user