From: Bartlomiej Zolnierkiewicz Date: Thu, 11 Oct 2007 21:54:02 +0000 (+0200) Subject: ide: use only ->set_pio_mode method for programming PIO modes (take 2) X-Git-Tag: v2.6.24-rc1~1456^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f4dd2e42637fd61a6366d2cace69091926eaa15;p=pandora-kernel.git ide: use only ->set_pio_mode method for programming PIO modes (take 2) Use ->set_pio_mode method to program PIO modes in ide_set_xfer_rate() (the only place which used ->speedproc to program PIO modes) and remove handling of PIO modes from all ->speedproc implementations. v2: * Fix pmac_ide_tune_chipset() comment. There should be no functionality changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed