From: Albert Lee Date: Tue, 6 Dec 2005 03:34:59 +0000 (+0800) Subject: [PATCH] libata: err_mask misc fix X-Git-Tag: v2.6.16-rc1~474^2~22^2~6^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe79e683ccdb29c13b3e0d18507474b4e2d9aab6;p=pandora-kernel.git [PATCH] libata: err_mask misc fix 1. ata_pio_complete(): It seems unnecessary to wait for the clearing of the DRQ bit. (Waiting for BSY=0 should be enough. ata_ok() also checks the correctness of the status bits later.) 2. ata_pio_block(): - added error checking, before transfering data. - minor comments fix Signed-off-by: Albert Lee ============ Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed