commit | ffb5ba90017505a19e238e986e6d33f09e4df765 | [log] [tgz] |
---|---|---|
author | htbegin <hotforest@gmail.com> | Mon Oct 01 16:42:43 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 02 22:34:21 2012 -0400 |
tree | e73f8aae99d744457684be88e507704342a2424b | |
parent | da1586461e53a4dd045738cce309ab488970f0ef [diff] |
net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the remaining packets chan->count is used by rx channel. If the desc count is not updated by the clean up loop in cpdma_chan_stop, the value written to the rxfree register in cpdma_chan_start will be incorrect. Signed-off-by: Tao Hou <hotforest@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>