]> git.baikalelectronics.ru Git - kernel.git/commit
net: mv643xx_eth: Simplify mv643xx_eth_adjust_link()
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Thu, 22 May 2014 23:06:56 +0000 (20:06 -0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 May 2014 19:31:48 +0000 (15:31 -0400)
commitebe38122940e313ccd35312483af3f9bc30e208b
tree231f2aed638a1965a239cfc6394023823c46996e
parentd566563859740b7647eb14b808ee44d1263ad8e3
net: mv643xx_eth: Simplify mv643xx_eth_adjust_link()

Currently, mv643xx_eth_adjust_link() is only used to call mv643xx_adjust_pscr().
This commit renames the latter to the former, and therefore removes the extra
and useless function.

Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mv643xx_eth.c