commit | 94b295edc2c678212376a8aca9308cf6ee430b89 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Jul 24 21:24:03 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 27 01:10:29 2015 -0700 |
tree | 450dfc85c4e3b495301e36a070107d24153a9eee | |
parent | 8bcbf82f31a94f8e4f939ac57478d808263c3890 [diff] |
net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP() macb_count_tx_descriptors() repeats the generic macro DIV_ROUND_UP(). The patch does a replacement. There is no functional change. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>