From: Bartlomiej Zolnierkiewicz Date: Fri, 25 Jan 2008 21:17:13 +0000 (+0100) Subject: ide-cd: fix register loading order in cdrom_start_packet_command() X-Git-Tag: v2.6.25-rc1~1236^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a6a3549afe7dfe212b6384106bec957bb393f3a;p=pandora-kernel.git ide-cd: fix register loading order in cdrom_start_packet_command() Load IDE_CONTROL_REG before other registers in cdrom_start_packet_command(). It shouldn't affect anything (just a usual paranoia to separate changes which change the way in which hardware is accessed from code cleanups). While at it move misplaced FIXME comment in the right place. Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed