From: Albert Lee Date: Mon, 5 Dec 2005 07:40:15 +0000 (+0800) Subject: [PATCH] libata: determine the err_mask when the error is found X-Git-Tag: v2.6.16-rc1~474^2~22^2~6^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c8489840e6b080e810e588423c1b6dd5913cf18;p=pandora-kernel.git [PATCH] libata: determine the err_mask when the error is found - move "qc->err_mask |= AC_ERR_ATA_BUS" to where the error is found - add "assert(qc->err_mask)" to ata_pio_error() to make sure qc->err_mask was available when we enter the error state Signed-off-by: Albert Lee ============ Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed