From: Tejun Heo Date: Tue, 14 Nov 2006 13:37:35 +0000 (+0900) Subject: [PATCH] libata: fix passthru sense data header X-Git-Tag: v2.6.20-rc1~34^2~40^2~9^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f38621b3109068adc8430bc2d170ccea59df4261;p=pandora-kernel.git [PATCH] libata: fix passthru sense data header sb[7] should contain the length of whole information sense data descriptor while desc[1] should contain the number of following bytes in the descriptor. ie. 14 for sb[7] but 12 for desc[1]. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed