aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/lan78xx.c
diff options
context:
space:
mode:
authorWen Yang <wenyang@linux.alibaba.com>2020-01-20 18:04:56 +0800
committerDavid S. Miller <davem@davemloft.net>2020-01-21 10:45:49 +0100
commit5b2f1f3070b6447b76174ea8bfb7390dc6253ebd (patch)
tree1c9a026cc81dde4020ca68da9ed68dc0978a2a47 /drivers/net/usb/lan78xx.c
parentnet-sysfs: Fix reference count leak (diff)
downloadlinux-dev-5b2f1f3070b6447b76174ea8bfb7390dc6253ebd.tar.xz
linux-dev-5b2f1f3070b6447b76174ea8bfb7390dc6253ebd.zip
tcp_bbr: improve arithmetic division in bbr_update_bw()
do_div() does a 64-by-32 division. Use div64_long() instead of it if the divisor is long, to avoid truncation to 32-bit. And as a nice side effect also cleans up the function a bit. Signed-off-by: Wen Yang <wenyang@linux.alibaba.com> Cc: Eric Dumazet <edumazet@google.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> Cc: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/lan78xx.c')
0 files changed, 0 insertions, 0 deletions