]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: phy: marvell: Refactor some bigger functions
authorAndrew Lunn <andrew@lunn.ch>
Wed, 17 May 2017 01:26:02 +0000 (03:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2017 20:27:51 +0000 (16:27 -0400)
commite1dde8dc5b27ea578c96020c5c1e720faac87e1b
treee49125abb24125038e04fe9a5b4b2d85cda1aa70
parent4f48ed32fb62fc1546306c1488e259c0c4f4f462
net: phy: marvell: Refactor some bigger functions

Break big functions up by using a number of smaller helper
function. Solves some of the over 80 lines warnings, by reducing the
indentation level.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/marvell.c