]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the remaining...
authorhtbegin <hotforest@gmail.com>
Mon, 1 Oct 2012 16:42:43 +0000 (16:42 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 10 Oct 2012 02:31:25 +0000 (03:31 +0100)
commitaabc054d7cd5778d021c5b50ee5f4d2406072562
treed07549cd5d741dcf4598b144bb0927e6e0b82569
parentab98741ba1888af9aeb4a88423bda1e2d93932e5
net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the remaining packets

[ Upstream commit ffb5ba90017505a19e238e986e6d33f09e4df765 ]

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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/net/ethernet/ti/davinci_cpdma.c