commit | e4b5c7a582a75f1de54620447854bc5a29011637 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Wed Oct 23 21:36:14 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 25 20:28:59 2019 -0700 |
tree | a5990771c79689017906e71001d20c430042836b | |
parent | 7cb83b21fd3bb9a27b1a00a2a8b436761e969f0b [diff] |
r8169: improve rtl8169_rx_fill We have only one user of the error path, so we can inline it. In addition the call to rtl8169_make_unusable_by_asic() can be removed because rtl8169_alloc_rx_data() didn't call rtl8169_mark_to_asic() yet for the respective index if returning NULL. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>