commit | 7b487d070a0edea01816135d3b1a9c8f2c069657 | [log] [tgz] |
---|---|---|
author | Lothar Waßmann <LW@KARO-electronics.de> | Mon Nov 17 10:51:23 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 18 15:19:32 2014 -0500 |
tree | 8dd7a7e0592bc8309ffeb6883aa3296fb7e9475c | |
parent | e453789a66ab152ecee80ded3279539d826c48ed [diff] |
net: fec: simplify loop counter handling in swap_buffer() Eliminate the DIV_ROUND_UP() and change the loop counter increment to 4 instead. This results in saving 6 instructions in the functions assembly code. Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: David S. Miller <davem@davemloft.net>