From: Albert Lee Date: Wed, 8 Feb 2006 08:50:29 +0000 (+0800) Subject: [PATCH] libata-dev: Use new AC_ERR_* flags X-Git-Tag: v2.6.18-rc1~1079^2~98^2~13^2~52 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555a8965069b8e34292cbccc3ad8f619b96815fe;p=pandora-kernel.git [PATCH] libata-dev: Use new AC_ERR_* flags - Use new AC_ERR_* flags as done in Tejun's patches - In ata_qc_timeout(), replace ac_err_mask(drv_stat) with AC_ERR_TIMEOUT. This makes time out handler always report error to upper layer. Otherwise if the drv_stat looks good, libata might falsely report OK to the upper layer. Signed-off-by: Albert Lee === Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed