From: Sergei Shtylyov Date: Sat, 17 Feb 2007 01:40:22 +0000 (+0100) Subject: siimage: PIO1/2 taskfile transfer overclocking fix X-Git-Tag: v2.6.21-rc1~78^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=075cb65511df94b6900ef3288a76cd92185d5170;p=pandora-kernel.git siimage: PIO1/2 taskfile transfer overclocking fix Fix two typos found by SiI680A documentation check. They caused the taskfile transfer overclocking: - in PIO mode 1 as 0x2283 must be used for both data and taskfile transfers; - in PIO mode 2 as data and taskfile timings are swapped when writing to the MMIO regs. Fix coding style and trailing whitespace in enclosing statements while at it... Signed-off-by: Sergei Shtylyov Cc: Alan Cox Signed-off-by: Bartlomiej Zolnierkiewicz drivers/ide/pci/siimage.c | 59 ++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 30 deletions(-) --- Reading git-diff-tree failed