commit | 7d7627ba1cb4d1e364e7ba9c3f57947b411424e3 | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Thu Jun 22 14:23:20 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 22 13:42:56 2017 -0400 |
tree | d0fd2eda38e2c8a74e84a861d6252e8fcac52229 | |
parent | 8f3f6e5fd19fab5708d56601e360b92076b1eb82 [diff] |
net: mvpp2: remove mvpp2_pool_refill() When all a function does is calling another function with the exact same arguments, in the exact same order, you know it's time to remove said function. Which is exactly what this commit does. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>