commit | 6cf96dd4272537baf4ceab452f6276da1b8d82af | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Thu Apr 30 21:56:58 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 30 17:39:15 2020 -0700 |
tree | c977eef0eee65f631a407f7188141076c57cb107 | |
parent | 2815b30535a0613ee07d477d0c628100f40b6059 [diff] |
r8169: improve rtl_get_coalesce Use FIELD_GET() macro to make the code better readable. In addition change the logic to round the time limit up, not down. Reason is that a time limit <1us would be rounded to 0 currently, what would be interpreted as "no time limit set". Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>