From: Bartlomiej Zolnierkiewicz Date: Fri, 25 Jan 2008 21:17:06 +0000 (+0100) Subject: ide-disk: fix taskfile registers loading order in __ide_do_rw_disk() X-Git-Tag: v2.6.25-rc1~1236^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d00e42dd26bbda6a39aead6a47c59221e03a08f8;p=pandora-kernel.git ide-disk: fix taskfile registers loading order in __ide_do_rw_disk() Load IDE_SECTOR_REG after IDE_FEATURE_REG and IDE_NSECTOR_REG when using CHS. This patch is basically a preparation for the next one which converts __ide_do_rw_disk() to use struct ide_taskfile. It shouldn't affect anything (just a usual paranoia to separate changes which change the way in which hardware is accessed from code cleanups). Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed