[PATCH -mm] sata_nv: cleanup ADMA error handling v2

2007-01-17 Thread Robert Hancock
Should apply to -mm tree or current libata-dev git tree. This version leaves out part of a change in the first version which in retrospect should have been left alone. --- This cleans up a few issues with the error handling in sata_nv in ADMA mode to make it more consistent with other

Re: [PATCH -mm] sata_nv: cleanup ADMA error handling

2007-01-15 Thread Robert Hancock
Robert Hancock wrote: -In the error_handler function the code would always go through and do an ADMA channel reset and also dump out the state of all the CPBs. This reset seems heinous in this situation since we haven't even decided to reset anything yet. The output seems redundant at this