Searched hist:"9 b789f47" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 9b789f47 Thu Sep 05 10:53:48 CDT 2019 zhong jiang <zhongjiang@huawei.com> 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> 9b789f47 Thu Sep 05 10:53:48 CDT 2019 zhong jiang <zhongjiang@huawei.com> 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>
|