Dan Williams 77867fff03 ioat: fix type mismatch for ->dmacount
->dmacount tracks the sequence number of active descriptors.  It is
written to the DMACOUNT register to update the channel's view of pending
descriptors in the chain.  The register is 16-bits so ->dmacount should
be unsigned and 16-bit as well.  Also modify ->desccount to maintain
alignment.

This was never a problem in practice because we never compared dmacount
values, but this is a bug waiting to happen.

Signed-off-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2009-09-08 17:29:54 -07:00
..
2009-06-08 09:12:28 -07:00
2009-06-09 18:09:03 -07:00
2009-06-07 13:52:50 +02:00
2009-07-28 14:32:12 -07:00
2009-06-05 08:05:23 -07:00
2009-04-01 08:59:23 -07:00
2009-05-07 17:28:59 +02:00
2009-04-14 19:46:19 -07:00
2009-04-05 00:32:22 +02:00