]> git.kernelconcepts.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Oct 2012 20:47:00 +0000 (05:47 +0900)
commitcec7eeae3020631fad8f0b2d723f39f8bfd42863
tree7ad2b25d1ce9aeda6132da370865aebd6895b7f3
parent94993e0d5402b2e32b50e55b4ed6c58e038ee416
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/ti/davinci_cpdma.c