]> git.karo-electronics.de Git - linux-beck.git/commit
stmmac: move driver data setting into stmmac_dvr_probe
authorJoachim Eastwood <manabian@gmail.com>
Wed, 20 May 2015 18:03:06 +0000 (20:03 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 May 2015 22:57:26 +0000 (18:57 -0400)
commit803f8fc46274bbd15757961be44a58ea6f3032d4
treeabf911b9abef530b3864c117555f2b5cbc511aa3
parent614919c3d9b38465e0aa377312f3f015fdd228b6
stmmac: move driver data setting into stmmac_dvr_probe

Move setting of driver data into stmmac_dvr_probe so the
other probe functions don't have to. This will help to
simplify the other probe functions later.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c