From: Tejun Heo Date: Sun, 2 Apr 2006 09:51:53 +0000 (+0900) Subject: [PATCH] libata: don't read TF directly from sense generation functions X-Git-Tag: v2.6.18-rc1~1079^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e6c8c394ca2126a60e97bc1142ec2d91761e9a;p=pandora-kernel.git [PATCH] libata: don't read TF directly from sense generation functions TF register might not be directly accessible depending on errors. e.g. TF of failed NCQ command is in log page 10h. Make reading TF responsibility of error handlers. For the current EH, simply push TF reading into qc completion functions as they are practically part of EH. New EH will fill qc->tf with status registers before complting qcs. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed