commit | 1c8489840e6b080e810e588423c1b6dd5913cf18 | [log] [tgz] |
---|---|---|
author | Albert Lee <albertcc@tw.ibm.com> | Mon Dec 05 15:40:15 2005 +0800 |
committer | Jeff Garzik <jgarzik@pobox.com> | Tue Dec 06 04:49:23 2005 -0500 |
tree | 3b0061fc1f571570e8ddf6069277b497a951f385 | |
parent | a22e2eb0710798009b8e696ae911aef745089dd6 [diff] |
[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 <albertcc@tw.ibm.com> ============ Signed-off-by: Jeff Garzik <jgarzik@pobox.com>