[PATCH] libata: improve failed qc reporting
authorTejun Heo <htejun@gmail.com>
Tue, 14 Nov 2006 13:36:12 +0000 (22:36 +0900)
committerJeff Garzik <jeff@garzik.org>
Sat, 2 Dec 2006 03:45:55 +0000 (22:45 -0500)
commit8a93758170a58b5afe3e45d7d5bebbdd401a24c2
treefcc4682ba6204b15daeaa6aa2d5bbc4cfafa7945
parent5e56a37c3706498b25049bb556928c461875250f
[PATCH] libata: improve failed qc reporting

Improve failed qc reporting.  The original message didn't include the
actual command nor full error status and it was necessary to
temporarily patch the code to find out exactly which command is
causing problem.  This patch makes EH report full command and result
TFs along with data direction and length.  This change will make bug
reports more useful.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-eh.c