]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_high
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 18 Sep 2015 21:16:53 +0000 (14:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Sep 2015 23:26:12 +0000 (16:26 -0700)
commit852bcafb99247abb3a2876625a3adf684c42e015
treeec50d493749852bd99aea6b323eef57b2cb2193a
parentf9b9958229638245b5709f27c76c199a465f1496
net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_high

We were checking twice for ec->tx_coalesce_usecs_high, remove the
duplicate test.

Reported-by: Julia Lawall <julia.lawall@lip6.fr>
Reported-by: kbuild-all@01.org
Fixes: 2f9130709d2c19 ("net: bcmgenet: Implement TX coalescing control knobs")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/genet/bcmgenet.c