commit | 54113ded67126a7f81245de7c9cd73f49c6b2d0c | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Sat May 23 13:21:36 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat May 23 16:54:35 2020 -0700 |
tree | b2b2deb48b20ca17a0a969baef289a4101013ef5 | |
parent | 2b1a7f741a95cd6ab0554a3942e215c3eeb8a108 [diff] |
r8169: remove mask argument from rtl_w0w1_eri rtl_eri_read() returns the full 32bit value, therefore there's no benefit in writing back parts of it only. handle it like the vendor driver and write the full 32 bit always. Omitting the mask argument avoids some overhead and makes the code better readable. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>