aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
diff options
context:
space:
mode:
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>2018-03-29 17:29:40 +0800
committerDavid S. Miller <davem@davemloft.net>2018-03-30 12:27:25 -0400
commit02281a3525c9f1c07d792d64b079a2d677ed0ea5 (patch)
tree39a4779c812edf068091aa097bd86171e0caafe2 /drivers/net/ethernet/stmicro
parentMerge branch 'do-not-allow-adding-routes-if-disable_ipv6-is-enabled' (diff)
downloadlinux-dev-02281a3525c9f1c07d792d64b079a2d677ed0ea5.tar.xz
linux-dev-02281a3525c9f1c07d792d64b079a2d677ed0ea5.zip
net: mvneta: remove duplicate *_coal assignment
The style of the rx/tx queue's *_coal member assignment is: static void foo_coal_set(...) { set the coal in hw; update queue's foo_coal member; [1] } In other place, we call foo_coal_set(pp, queue->foo_coal), so the above [1] is duplicated and could be removed. Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro')
0 files changed, 0 insertions, 0 deletions