commit | 20952b699035448d2277c64efc5910a31be66ed1 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed May 31 18:27:23 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Wed May 31 18:27:23 2006 +0900 |
tree | a2fab9d516ce200ebc8cf72cda214ec447e0d5d9 | |
parent | ef2824073fba9def3cf122e89cc485f66dd71f70 [diff] |
[PATCH] libata: set PIO-0 after successful EH reset Set ata_device->pio_mode to XFER_PIO_0 after a successful reset. This is to keep EH resets consistent with probe resets as updated by the commit b6079ca409bf88c248992e96510dd6f610f7ed89. Note that, with soon-to-follow hotplug update, EH resets will include probe resets. Signed-off-by: Tejun Heo <htejun@gmail.com>