commit | f6ef6408e840f6e1a7c016d6dd1b4341bc1023f6 | [log] [tgz] |
---|---|---|
author | John Allen <jallen@linux.vnet.ibm.com> | Fri Mar 17 17:13:42 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 21 17:46:14 2017 -0700 |
tree | 8bb72c43ef3559b5ba65c7ecd786d576b1cf3752 | |
parent | a57a5d25a56bd9625722d17fecacf21cbe9818d8 [diff] |
ibmvnic: Move ibmvnic adapter intialization to its own routine The intialization of the ibmvnic driver with respect to the virtual server it connects to should be moved to its own routine. This will alolow the driver to initiate this process from places outside of the drivers probe routine. Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>