Merge branch 'r8169-use-napi_complete_done-return-value'
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Aug 2020 20:03:04 +0000 (13:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Aug 2020 20:03:04 +0000 (13:03 -0700)
Heiner Kallweit says:

====================
r8169: use napi_complete_done return value

Consider the return value of napi_complete_done(), this allows users to
use the gro_flush_timeout sysfs attribute as an alternative to classic
interrupt coalescing.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge