commit | ee752da74f5d07cf441f8d42455c4241d6051ae5 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Jun 10 16:32:13 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Jun 15 15:39:13 2011 +0200 |
tree | 9218f6575bf9f2e95aee51d98a10e56282c18772 | |
parent | d353fb72f59cd0e1f67baf773e74719cda761a89 [diff] |
ide: Clear error_status after restarting flush Clearing the error status flag was missing for restarting flushes. Now that the error status is separate from the BM status register, we can simply set it to 0 after restarting the request. This ensures that we never forget to clear a bit. Signed-off-by: Kevin Wolf <kwolf@redhat.com>