Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/Kconfig
This commit is contained in:
@@ -392,7 +392,7 @@ static void de_rx (struct de_private *de)
|
||||
unsigned drop = 0;
|
||||
int rc;
|
||||
|
||||
while (rx_work--) {
|
||||
while (--rx_work) {
|
||||
u32 status, len;
|
||||
dma_addr_t mapping;
|
||||
struct sk_buff *skb, *copy_skb;
|
||||
|
Reference in New Issue
Block a user