Skip to content
Commit 9b789f47 authored by zhong jiang's avatar zhong jiang Committed by David S. Miller
Browse files

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: default avatarzhong jiang <zhongjiang@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b8f6a0ee
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment