]> git.baikalelectronics.ru Git - kernel.git/commit
dsa: mv88e6xxx: Rename probe function to fit the normal pattern
authorAndrew Lunn <andrew@lunn.ch>
Tue, 10 May 2016 21:27:20 +0000 (23:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 May 2016 23:36:28 +0000 (19:36 -0400)
commitccc83e36ced7e928a9e2c3af7abb796fe13f0a1e
tree734f8b26d28df22ab54b488390af6133edcdeb3a
parent60a740f6fc97c0f0c32cc2263eb5d40f44f46aff
dsa: mv88e6xxx: Rename probe function to fit the normal pattern

All other DSA drivers use _drv_ in there DSA probe function name, thus
allowing for a true linux driver probe function to use the
conventional name. Make mv88e6xxx fit this pattern.

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