From: Bartlomiej Zolnierkiewicz Date: Fri, 25 Jan 2008 21:17:09 +0000 (+0100) Subject: ide: fix registers loading order for WIN_SMART in execute_drive_cmd() X-Git-Tag: v2.6.25-rc1~1236^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46f26c362d5109459f04f99e93fc0413d88516c8;p=pandora-kernel.git ide: fix registers loading order for WIN_SMART in execute_drive_cmd() Fix registers loading order for REQ_TYPE_ATA_CMD request with WIN_SMART command in execute_drive_cmd() (load IDE_FEATURE_REG and IDE_SECTOR_REG before loading IDE_LCYL_REG and IDE_HCYL_REG). It shouldn't affect anything (just a usual paranoia to separate changes which change the way in which hardware is accessed from code cleanups). Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed