]> git.baikalelectronics.ru Git - kernel.git/commit
net: fec: simplify loop counter handling in swap_buffer()
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 17 Nov 2014 09:51:23 +0000 (10:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Nov 2014 20:19:32 +0000 (15:19 -0500)
commit9ec01e3ad3a71d5ac3221f03c9d73ac2a572019f
tree8dd7a7e0592bc8309ffeb6883aa3296fb7e9475c
parent93d0aec08fc89d06a31fe6377c4f0fbc3126869c
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>
drivers/net/ethernet/freescale/fec_main.c