]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: cpsw: fix usage of cpdma_check_free_tx_desc()
authorDaniel Mack <zonque@gmail.com>
Tue, 12 Mar 2013 06:31:19 +0000 (06:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Mar 2013 08:47:18 +0000 (04:47 -0400)
commita151837c65ac3232ad24bdc22b4ea881d3d95496
tree115ab859c528b0a5bf51296528f5006de009e99f
parentc908e347fc696d392daf9558f98c67684ddcaee8
net: ethernet: cpsw: fix usage of cpdma_check_free_tx_desc()

Commit 4dc52506d0 ("net: ethernet: davinci_cpdma: Add boundary for rx
and tx descriptors") introduced a function to check the current
allocation state of tx packets. The return value is taken into account
to stop the netqork queue on the adapter in case there are no free
slots.

However, cpdma_check_free_tx_desc() returns 'true' if there is room in
the bitmap, not 'false', so the usage of the function is wrong.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Cc: Mugunthan V N <mugunthanvnm@ti.com>
Reported-by: Sven Neumann <s.neumann@raumfeld.com>
Reported-by: Andreas Fenkart <andreas.fenkart@streamunlimited.com>
Tested-by: Mugunthan V N <mugunthanvnm@ti.com>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Tested-by: Andreas Fenkart <andreas.fenkart@streamunlimited.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw.c