]> asedeno.scripts.mit.edu Git - linux.git/commit
ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readable
authorzhong jiang <zhongjiang@huawei.com>
Thu, 5 Sep 2019 15:53:48 +0000 (23:53 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Sep 2019 15:17:02 +0000 (17:17 +0200)
commit9b789f476eca4b95f9cc7dc7926a30ad12f17017
tree606428a9c490b43b639dc808ea79c8c66eeb30f0
parentb8f6a0eeb9b99f5f0df7ee34d775b9a3a63b53a3
ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readable

The kernel.h macro DIV_ROUND_CLOSEST performs the computation (x + d/2)/d
but is perhaps more readable.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/micrel/ksz884x.c